]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
fix mg_03 test
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 11 Jan 2013 18:28:58 +0000 (18:28 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 11 Jan 2013 18:28:58 +0000 (18:28 +0000)
git-svn-id: https://svn.dealii.org/trunk@28026 0785d39b-7218-0410-832d-ea1e28bc413d

tests/mpi/mg_03.cc

index ccc6225cf80d96c4f7f81a4f5c2de3274dc65f91..941f3de8e8f7f64460886306e79a035677275f3f 100644 (file)
@@ -68,11 +68,10 @@ void test()
   if (myid == 0)
     deallog << "hyper_cube" << std::endl;
 
-  parallel::distributed::Triangulation<dim> tr(MPI_COMM_WORLD);
-/*  parallel::distributed::Triangulation<dim> tr(MPI_COMM_WORLD,
+  parallel::distributed::Triangulation<dim> tr(MPI_COMM_WORLD,
                                               Triangulation<dim>::none,
                                               parallel::distributed::Triangulation<dim>::construct_multigrid_hierarchy);
-*/
+
   GridGenerator::hyper_cube(tr);
   tr.refine_global(2);
   DoFHandler<dim> dofh(tr);

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.