]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
fix tests (throw in assert change)
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 15 Feb 2013 23:03:03 +0000 (23:03 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 15 Feb 2013 23:03:03 +0000 (23:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@28416 0785d39b-7218-0410-832d-ea1e28bc413d

tests/distributed_grids/anisotropic.cc

index 5b0912c4cf729ea9a0e0dfcee1d307bad31972ae..9f522cee748be0080620d9841f55520c59e95d03 100644 (file)
@@ -36,7 +36,15 @@ void test(std::ostream& /*out*/)
   GridGenerator::hyper_cube(tr);
   tr.begin_active()->set_refine_flag(RefinementCase<dim>::cut_x);
 
-  tr.execute_coarsening_and_refinement ();
+
+  try
+    {
+      tr.execute_coarsening_and_refinement ();
+    }
+  catch (...)
+    {
+    }
+  
 }
 
 

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.