From: ESeNonFossiIo Date: Thu, 14 Jul 2016 16:13:28 +0000 (+0200) Subject: Remove this commit X-Git-Tag: v8.5.0-rc1~806^2~4 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89c91038ee03d9646891472dcd571ec0a8e947df;p=dealii.git Remove this commit --- diff --git a/source/grid/manifold_lib.cc b/source/grid/manifold_lib.cc index c263f0ec71..85faf3cdfe 100644 --- a/source/grid/manifold_lib.cc +++ b/source/grid/manifold_lib.cc @@ -227,8 +227,8 @@ get_tangent_vector (const Point &p1, const Tensor<1,spacedim> e2 = (p2 - center)/r2; Assert(e1*e2 + 1.0 > 1e-10, - ExcMessage("p1 and p2 cannot lie on the same diameter and be opposite - respect to the center.")); + ExcMessage("p1 and p2 cannot lie on the same diameter and be opposite " + "respect to the center.")); // Tangent vector to the unit sphere along the geodesic given by e1 and e2. Tensor<1,spacedim> tg = (e2-(e2*e1)*e1);