From: Wolfgang Bangerth Date: Tue, 4 Aug 2009 00:43:54 +0000 (+0000) Subject: Make clear which namespace the function is in that we refer to (this X-Git-Tag: v8.0.0~7394 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d6eeedbe353ffd0781b241679db3f7ca54a6097;p=dealii.git Make clear which namespace the function is in that we refer to (this 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 --- diff --git a/deal.II/deal.II/source/grid/tria.cc b/deal.II/deal.II/source/grid/tria.cc index 729d758eac..46bc8f93ee 100644 --- a/deal.II/deal.II/source/grid/tria.cc +++ b/deal.II/deal.II/source/grid/tria.cc @@ -1924,8 +1924,8 @@ namespace internal // GridReordering before creating // the triangulation for (unsigned int cell_no=0; cell_no= 0, + AssertThrow (dealii::GridTools::cell_measure(triangulation.vertices, + cells[cell_no].vertices) >= 0, ExcGridHasInvalidCell(cell_no)); ///////////////////////////////////////