]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
cleanup test
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 25 May 2013 08:49:29 +0000 (08:49 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 25 May 2013 08:49:29 +0000 (08:49 +0000)
git-svn-id: https://svn.dealii.org/trunk@29588 0785d39b-7218-0410-832d-ea1e28bc413d

tests/grid/subdomain_id_01.cc

index 0881a694179a540d90a50671afdd01e660fcc1ec..49bac533316be24be5318a1f81a21ed21c088ff7 100644 (file)
@@ -54,11 +54,8 @@ int main (int argc, char *argv[])
   deallog.attach(logfile);
   deallog.depth_console(0);
   deallog.threshold_double(1.e-10);
-  Triangulation<2> tria;
 
-  deallog << tria.locally_owned_subdomain() << std::endl;
-  
-  
+  Triangulation<2> tria;
   parallel::distributed::Triangulation<2> tria2(MPI_COMM_WORLD);
   GridGenerator::hyper_cube (tria);
   tria.refine_global (2);

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.