27 throw std::runtime_error(
"Cellcount violation in AdaptiveQuadrature");
41 static bool check(
bool b) {
return b; }
Policy that exits, after writing a message to standard error.
static bool check(bool b)
static bool check(bool b)
Checks and throws iff condition is violated, otherwise return true.
Policy just returns whatever the condition, after writing a message to standard error.
static bool check(bool b)
Checks but goes on in any case.
Policy throws a std::runtime_error exception when condition is violated.