From: David Wells Date: Sat, 6 Apr 2024 14:37:37 +0000 (-0400) Subject: Split a very long string. X-Git-Tag: v9.6.0-rc1~382^2~8 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77382b0692f7d6dc7c111ef72596fe75e7b2f511;p=dealii.git Split a very long string. --- diff --git a/source/grid/tria.cc b/source/grid/tria.cc index 0eaaa200a2..5d37de13fa 100644 --- a/source/grid/tria.cc +++ b/source/grid/tria.cc @@ -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;