]> https://gitweb.dealii.org/ - dealii.git/commitdiff
New tests that presently fail
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 25 Apr 2006 15:17:14 +0000 (15:17 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 25 Apr 2006 15:17:14 +0000 (15:17 +0000)
git-svn-id: https://svn.dealii.org/trunk@12886 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/find_cell_4.cc

index 81fd2a16308483986a5d0bf4da8bfa0eaffec18b..a046aa9ec08e260326926cf860a0719360b1d66b 100644 (file)
@@ -13,7 +13,8 @@
 
 
 // take a 3d mesh and check that we can find an arbitrary point's cell
-// in it
+// in it. this presently fails since the point sits right on the edge
+// of the domain, but for different reasons that find_cell_5
 
 #include "../tests.h"
 #include <base/logstream.h>
@@ -60,10 +61,11 @@ int main ()
       coarse_grid.refine_global (3);
       check (coarse_grid);
     }
-  catch (...)
+  catch (const std::exception &exc)
     {
                                       // we shouldn't get here...
       deallog << "Caught an error..." << std::endl;
+      deallog << exc.what() << 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.