From: hartmann Date: Fri, 1 Jul 2005 13:00:42 +0000 (+0000) Subject: Take the right exception. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c2213d90bac62de42c4628efed86b29751494ed;p=dealii-svn.git Take the right exception. git-svn-id: https://svn.dealii.org/trunk@11032 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 fa11197603..3e39e4d301 100644 --- a/deal.II/deal.II/source/grid/tria.cc +++ b/deal.II/deal.II/source/grid/tria.cc @@ -1596,7 +1596,7 @@ void Triangulation::distort_random (const double factor, // not implemented at // present for dim=3 or // higher - Assert (dim<=2, ExcInternalError()); + Assert (dim<=2, ExcNotImplemented()); // compute where the common // point of the two child