From 81b1a574daf806b61a0d334c659c59ff123c5fea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20He=C3=9F?= <rene.hess@iwr.uni-heidelberg.de> Date: Wed, 10 Aug 2016 10:25:21 +0200 Subject: [PATCH] Improve output --- python/dune/perftool/pdelab/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/dune/perftool/pdelab/driver.py b/python/dune/perftool/pdelab/driver.py index 1d01247d..2f50cdb5 100644 --- a/python/dune/perftool/pdelab/driver.py +++ b/python/dune/perftool/pdelab/driver.py @@ -865,7 +865,7 @@ def exact_solution_from_dirichlet(): " if (std::abs(native({})[i]-native({})[i]) > maxerror)".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)", " throw;"] -- GitLab