diff --git a/src/one-body-sample.cc b/src/one-body-sample.cc index 3bce9241bf16ba97d7d1b21f4c98b1954a3251be..6c8d93a732df39ef733458193d4d9b0e0f72ab20 100644 --- a/src/one-body-sample.cc +++ b/src/one-body-sample.cc @@ -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;