]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix multiline comments in GridIn::read_abaqus() 3062/head
authorJean-Paul Pelteret <jppelteret@gmail.com>
Sun, 4 Sep 2016 08:01:23 +0000 (10:01 +0200)
committerJean-Paul Pelteret <jppelteret@gmail.com>
Sun, 4 Sep 2016 08:01:23 +0000 (10:01 +0200)
Addresses comment in #3054

source/grid/grid_in.cc

index 87a35b7b35c9d6e154c64e62a29654caffcabcc4..61ac3ae2b8a338544de6e6eefd2938ed5e1cb1e7 100644 (file)
@@ -874,16 +874,16 @@ void GridIn<dim, spacedim>::read_abaqus (std::istream
           << exc.what()
           << std::endl;
 
-      AssertThrow(false, ExcMessage("Internal conversion from ABAQUS file to UCD format was unsuccessful. \
-                                   More information is provided in an error message printed above. \
-                                   Are you sure that your ABAQUS mesh file conforms with the requirements \
-                                   listed in the documentation?"));
+      AssertThrow(false, ExcMessage("Internal conversion from ABAQUS file to UCD format was unsuccessful. "
+                                    "More information is provided in an error message printed above. "
+                                    "Are you sure that your ABAQUS mesh file conforms with the requirements "
+                                    "listed in the documentation?"));
     }
   catch (...)
     {
-      AssertThrow(false, ExcMessage("Internal conversion from ABAQUS file to UCD format was unsuccessful. \
-                                   Are you sure that your ABAQUS mesh file conforms with the requirements \
-                                   listed in the documentation?"));
+      AssertThrow(false, ExcMessage("Internal conversion from ABAQUS file to UCD format was unsuccessful. "
+                                    "Are you sure that your ABAQUS mesh file conforms with the requirements "
+                                    "listed in the documentation?"));
     }
 }
 

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.