From: Timo Heister Date: Sat, 14 Dec 2013 11:07:06 +0000 (+0000) Subject: test: fix error estimator norm output X-Git-Tag: v8.2.0-rc1~1197 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cba92d97d693e05a255a97336b5fd0bc7b7242c9;p=dealii.git test: fix error estimator norm output git-svn-id: https://svn.dealii.org/trunk@32004 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/mpi/step-39.cc b/tests/mpi/step-39.cc index c5d15a0f58..9410d32187 100644 --- a/tests/mpi/step-39.cc +++ b/tests/mpi/step-39.cc @@ -642,7 +642,6 @@ namespace Step39 // processors is the right way to do this. double local_norm = estimates.block(0).l2_norm(); local_norm *= local_norm; - estimates.block(0).print(deallog); return std::sqrt(Utilities::MPI::sum(local_norm, MPI_COMM_WORLD)); }