From: hartmann Date: Tue, 5 Jul 2005 17:54:51 +0000 (+0000) Subject: Move NegativeMeasure exception to Triangulation class. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=106f1b95e7588ab1d6d578e7085bc080b9d82bbf;p=dealii-svn.git Move NegativeMeasure exception to Triangulation class. git-svn-id: https://svn.dealii.org/trunk@11058 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/grid/tria_accessor.h b/deal.II/deal.II/include/grid/tria_accessor.h index d3e877ab5d..735cc2276d 100644 --- a/deal.II/deal.II/include/grid/tria_accessor.h +++ b/deal.II/deal.II/include/grid/tria_accessor.h @@ -275,22 +275,6 @@ class TriaAccessor * Exception */ DeclException0 (ExcNeighborIsNotCoarser); - /** - * If this exception is thrown, - * the cell has negative - * volume. Make sure the grid - * (which most likely has been - * read in by GridIn) has no - * negative volumes. For the case - * all cells of the mesh are - * (consistently) negative, and - * one really wants to compute on - * it (which in fact could work), - * one can comment out this - * exception in tria_accessor.cc. - */ - DeclException0 (ExcNegativeMeasure); - /*@}*/ protected: