]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make it compile.
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 5 Jul 2005 18:15:27 +0000 (18:15 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 5 Jul 2005 18:15:27 +0000 (18:15 +0000)
git-svn-id: https://svn.dealii.org/trunk@11063 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/grid/tria.cc

index 08ba5d3277c94e46026e539c17291e92f90ff8b6..1da4bd943c8e99c519bcc7f315a6e36ffc2fd136 100644 (file)
@@ -1189,7 +1189,7 @@ Triangulation<3>::create_triangulation (const std::vector<Point<3> >    &v,
   Triangulation<dim>::active_cell_iterator cell=begin_active(),
                                           endc=end();
   for (unsigned int c=0; cell!=endc; ++cell, ++c)
-    AssertThrow(cell->measure()>0, ExcCellNegativeMeasure(c));
+    AssertThrow(cell->measure()>0, ExcCellHasNegativeMeasure(c));
 
                                   ///////////////////////////////////////
                                   // now set boundary indicators

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.