]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove this commit
authorESeNonFossiIo <esenonfossiio@gmail.com>
Thu, 14 Jul 2016 16:13:28 +0000 (18:13 +0200)
committerLuca Heltai <luca.heltai@sissa.it>
Thu, 4 Aug 2016 08:44:10 +0000 (10:44 +0200)
source/grid/manifold_lib.cc

index c263f0ec710a0e412be5671f7181d3f39adbb7c8..85faf3cdfedc3602852dfc1307025496b2dfa70f 100644 (file)
@@ -227,8 +227,8 @@ get_tangent_vector (const Point<spacedim> &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);

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.