]> https://gitweb.dealii.org/ - dealii.git/commitdiff
ReferenceCell: split a string. 14709/head
authorDavid Wells <drwells@email.unc.edu>
Sun, 22 Jan 2023 19:22:10 +0000 (14:22 -0500)
committerDavid Wells <drwells@email.unc.edu>
Sun, 22 Jan 2023 20:23:57 +0000 (15:23 -0500)
source/grid/reference_cell.cc

index 8d0987d5a6569a5c32872701f469f9994b97388e..2c52fe8953763a162811fe894406957f7ea06a3c 100644 (file)
@@ -835,7 +835,8 @@ operator>>(std::istream &in, ReferenceCell &reference_cell)
       (reference_cell == ReferenceCells::Pyramid) ||
       (reference_cell == ReferenceCells::Invalid),
     ExcMessage(
-      "The reference cell kind just read does not correspond to one of the valid choices. There must be an error."));
+      "The reference cell kind just read does not correspond to one of the "
+      "valid choices. There must be an error."));
 
   return in;
 }

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.