"src/spatial-solving/solverfactory_tmpl.cc" did not exist on "9be78e4e1b37b2fec355049f3168b713322dc424"
Newer
Older
#ifndef SRC_TOBOOL_HH
#define SRC_TOBOOL_HH
template <class Alloc>
bool toBool(Dune::BitSetVectorConstReference<1, Alloc> x) {
return x[0];
}
#endif