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

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

index ec9c7c22be29ee60e3e7b7c03f663202afdf81f7..08ba5d3277c94e46026e539c17291e92f90ff8b6 100644 (file)
@@ -1186,8 +1186,8 @@ Triangulation<3>::create_triangulation (const std::vector<Point<3> >    &v,
   
                                   // Check that all cells have
                                   // positive volume
-  Triangulation<dim>::active_cell_iterator cell=tria->begin_active(),
-                                          endc=tria->end();
+  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));
 

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.