Skip to content
Snippets Groups Projects
Commit a284d076 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Cleanup

parent b5938872
No related branches found
No related tags found
No related merge requests found
......@@ -181,9 +181,8 @@ int main() {
VectorType diff = u2;
diff -= u1;
std::cout << diff << std::endl;
std::cout << std::endl;
std::cout << diff.infinity_norm() << std::endl;
std::cout << "Infinity norm of the difference of the two solutions: "
<< diff.infinity_norm() << std::endl;
}
catch (Dune::Exception& e) {
Dune::derr << "Dune reported error: " << e << std::endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment