]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make clear which namespace the function is in that we refer to (this
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 4 Aug 2009 00:43:54 +0000 (00:43 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 4 Aug 2009 00:43:54 +0000 (00:43 +0000)
is necessary if we want to concatenate all .cc files into one).

git-svn-id: https://svn.dealii.org/trunk@19172 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 729d758eac37e1f75e8231ba99356a2b9ae26f41..46bc8f93ee93e74a2ae376f7087c504127086b9e 100644 (file)
@@ -1924,8 +1924,8 @@ namespace internal
                                             // GridReordering before creating
                                             // the triangulation
            for (unsigned int cell_no=0; cell_no<cells.size(); ++cell_no)
-             AssertThrow (GridTools::cell_measure(triangulation.vertices,
-                                                  cells[cell_no].vertices) >= 0,
+             AssertThrow (dealii::GridTools::cell_measure(triangulation.vertices,
+                                                          cells[cell_no].vertices) >= 0,
                           ExcGridHasInvalidCell(cell_no));
 
                                             ///////////////////////////////////////

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.