From 89c91038ee03d9646891472dcd571ec0a8e947df Mon Sep 17 00:00:00 2001 From: ESeNonFossiIo Date: Thu, 14 Jul 2016 18:13:28 +0200 Subject: [PATCH] Remove this commit --- source/grid/manifold_lib.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.39.5