]> https://gitweb.dealii.org/ - dealii.git/commitdiff
GridGenerator: wrap a long line.
authorDavid Wells <drwells@email.unc.edu>
Tue, 6 May 2025 21:32:36 +0000 (17:32 -0400)
committerDavid Wells <drwells@email.unc.edu>
Tue, 6 May 2025 21:32:36 +0000 (17:32 -0400)
source/grid/grid_generator.cc

index 7864fc1ca0130bf3581a0c47b4a6a0a20964b37c..44be1c3b8224f52da3926eb8349fc51934ea2045 100644 (file)
@@ -7994,10 +7994,10 @@ namespace GridGenerator
                                     Triangulation<dim, spacedim> &out_tria)
   {
     Assert(dim > 1, ExcNotImplemented());
-    AssertThrow(
-      in_tria.all_reference_cells_are_hyper_cube(),
-      ExcMessage(
-        "GridGenerator::convert_hypercube_to_simplex_mesh() expects a mesh that consists only of quads/hexes."));
+    AssertThrow(in_tria.all_reference_cells_are_hyper_cube(),
+                ExcMessage(
+                  "GridGenerator::convert_hypercube_to_simplex_mesh() expects "
+                  "a Triangulation that consists only of quads/hexes."));
 
     Triangulation<dim, spacedim> temp_tria;
     if (in_tria.n_global_levels() > 1)

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.