]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Split a long line.
authorDavid Wells <drwells@email.unc.edu>
Sat, 13 Apr 2024 21:25:47 +0000 (17:25 -0400)
committerDavid Wells <drwells@email.unc.edu>
Sat, 20 Apr 2024 12:12:47 +0000 (08:12 -0400)
source/grid/tria.cc

index 8191fccce272d07256bb3f4b85ad19faae52d49c..f4603be4c70f7ac5d7588a56da135a2aea2c022f 100644 (file)
@@ -5023,10 +5023,12 @@ namespace internal
                 // and set it appropriately
                 while (triangulation.vertices_used[next_unused_vertex] == true)
                   ++next_unused_vertex;
-                Assert(
-                  next_unused_vertex < triangulation.vertices.size(),
-                  ExcMessage(
-                    "Internal error: During refinement, the triangulation wants to access an element of the 'vertices' array but it turns out that the array is not large enough."));
+                Assert(next_unused_vertex < triangulation.vertices.size(),
+                       ExcMessage(
+                         "Internal error: During refinement, the triangulation "
+                         "wants to access an element of the 'vertices' array "
+                         "but it turns out that the array is not large "
+                         "enough."));
                 triangulation.vertices_used[next_unused_vertex] = true;
 
                 triangulation.vertices[next_unused_vertex] = line->center(true);

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.