From: heister Date: Sat, 14 Dec 2013 11:07:06 +0000 (+0000) Subject: test: fix error estimator norm output X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01eeb6638dd8310864e92c4e3cb529e1a21c1718;p=dealii-svn.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)); }