From: Ralf Hartmann Date: Tue, 5 Jul 2005 17:57:21 +0000 (+0000) Subject: New ExcCellHasNegativeMeasure. X-Git-Tag: v8.0.0~13496 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c568d2386ac8800e88a268b38231397f78013f62;p=dealii.git New ExcCellHasNegativeMeasure. git-svn-id: https://svn.dealii.org/trunk@11060 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/grid/tria.h b/deal.II/deal.II/include/grid/tria.h index 64d8c69ada..dd27943f99 100644 --- a/deal.II/deal.II/include/grid/tria.h +++ b/deal.II/deal.II/include/grid/tria.h @@ -3065,6 +3065,12 @@ class Triangulation : public Subscriptor int, << "Something went wrong upon construction of cell " << arg1); + /** + * Exception + */ + DeclException1 (ExcCellHasNegativeMeasure, + int, + << "Cell " << arg1 << " has negative measure."); /** * Exception */