Skip to content
Snippets Groups Projects
Commit 81b1a574 authored by René Heß's avatar René Heß
Browse files

Improve output

parent 7c8935b8
No related branches found
No related tags found
No related merge requests found
...@@ -865,7 +865,7 @@ def exact_solution_from_dirichlet(): ...@@ -865,7 +865,7 @@ def exact_solution_from_dirichlet():
" if (std::abs(native({})[i]-native({})[i]) > maxerror)".format(v, solution), " if (std::abs(native({})[i]-native({})[i]) > maxerror)".format(v, solution),
" maxerror = std::abs(native({})[i]-native({})[i]);".format(v, solution), " maxerror = std::abs(native({})[i]-native({})[i]);".format(v, solution),
"", "",
"std::cout << maxerror << std::endl;", "std::cout << \"Maxerror: \" << maxerror << std::endl;",
"", "",
"if (maxerror>1e-14)", "if (maxerror>1e-14)",
" throw;"] " throw;"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment