]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix broken tests
authorTimo Heister <timo.heister@gmail.com>
Sun, 6 Dec 2015 18:34:38 +0000 (13:34 -0500)
committerTimo Heister <timo.heister@gmail.com>
Sun, 6 Dec 2015 18:48:01 +0000 (13:48 -0500)
tests/matrix_free/parallel_multigrid.cc
tests/mpi/multigrid_adaptive.cc
tests/mpi/multigrid_uniform.cc

index 6054506b2797e96f3699e942f641dbb14b331bea..b45ffcbab914b483641fc1518bb75d08eec0812f 100644 (file)
@@ -422,7 +422,6 @@ int main (int argc, char **argv)
       deallog.attach(logfile);
       deallog << std::setprecision (4);
     }
-  else
 
   {
     deallog.threshold_double(1.e-10);
index 33b097182e1028650940bedc45efa48dc696c6bb..2561b3b6860c8dad35a742b0cfffb9be6f8af25f 100644 (file)
@@ -162,9 +162,7 @@ namespace Step50
     fe (degree),
     mg_dof_handler (triangulation),
     degree(degree)
-  {
-    if (Utilities::MPI::this_mpi_process(MPI_COMM_WORLD)!=0)
-  }
+  {}
 
 
   template <int dim>
index c675846797e4ff1ea13fc4264209cb6f3f13d994..0e57badefca58226435846a3929140322c084439 100644 (file)
@@ -162,9 +162,7 @@ namespace Step50
     fe (degree),
     mg_dof_handler (triangulation),
     degree(degree)
-  {
-    if (Utilities::MPI::this_mpi_process(MPI_COMM_WORLD)!=0)
-  }
+  {}
 
 
   template <int dim>

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.