From cba92d97d693e05a255a97336b5fd0bc7b7242c9 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Sat, 14 Dec 2013 11:07:06 +0000 Subject: [PATCH] test: fix error estimator norm output git-svn-id: https://svn.dealii.org/trunk@32004 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/mpi/step-39.cc | 1 - 1 file changed, 1 deletion(-) 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)); } -- 2.39.5