Skip to content
Snippets Groups Projects
Commit c2eb7c82 authored by Jonathan Youett's avatar Jonathan Youett
Browse files

Further increase a tolerance

parent 37e13d46
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,7 @@ int main (int argc, char *argv[]) try
auto diff = *adolcIt;
diff -= *paperIt;
if (diff.frobenius_norm() > 1e-5)
if (diff.frobenius_norm() > 1e-4)
DUNE_THROW(Dune::Exception,"Wrong local hessian, error is "<<diff.frobenius_norm());
}
assert(paperIt==paperEndIt);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment