From: Wolfgang Bangerth Date: Thu, 30 Jun 2016 17:48:23 +0000 (-0500) Subject: Improve error message. X-Git-Tag: v8.5.0-rc1~934^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2740%2Fhead;p=dealii.git Improve error message. --- diff --git a/source/grid/tria_boundary_lib.cc b/source/grid/tria_boundary_lib.cc index 268c7c169c..bb9de80373 100644 --- a/source/grid/tria_boundary_lib.cc +++ b/source/grid/tria_boundary_lib.cc @@ -601,8 +601,17 @@ HyperBallBoundary::get_intermediate_points_between_points ( else r = radius; - Assert(std::fabs(v0*v0-r*r) pm=0.5*(v0+v1);