]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
fix test
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 25 Jul 2012 18:54:58 +0000 (18:54 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 25 Jul 2012 18:54:58 +0000 (18:54 +0000)
git-svn-id: https://svn.dealii.org/trunk@25734 0785d39b-7218-0410-832d-ea1e28bc413d

tests/mpi/interpolate_03.cc

index e2599cc220100345ccc5320dc300bda7e99f842c..c34b2f6c526de1cda41ef4da55b85e60bfe4526a 100644 (file)
@@ -69,9 +69,10 @@ void test()
                            LinearFunction<dim>(),
                            interpolated);
   deallog << "after" << std::endl;
-  
+
+  double norm = interpolated.l2_norm();
   if (Utilities::MPI::this_mpi_process (MPI_COMM_WORLD) == 0)
-    deallog << "norm = " << interpolated.l2_norm()
+    deallog << "norm = " << norm
            << std::endl;
 }
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.