From 9c2213d90bac62de42c4628efed86b29751494ed Mon Sep 17 00:00:00 2001 From: hartmann Date: Fri, 1 Jul 2005 13:00:42 +0000 Subject: [PATCH] Take the right exception. git-svn-id: https://svn.dealii.org/trunk@11032 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/grid/tria.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5