]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Split a very long string.
authorDavid Wells <drwells@email.unc.edu>
Sat, 6 Apr 2024 14:37:37 +0000 (10:37 -0400)
committerDavid Wells <drwells@email.unc.edu>
Sat, 6 Apr 2024 14:37:37 +0000 (10:37 -0400)
source/grid/tria.cc

index 0eaaa200a2c3bed56af2b323b62e59564a9f9898..5d37de13fa834e5bd9151513a057c27c3b4bb465 100644 (file)
@@ -5142,7 +5142,9 @@ namespace internal
               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."));
+                  "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;
 
               new_vertices[8] = next_unused_vertex;

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.