]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix one problem where we were missing an include for std::string. Fix
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 24 Sep 2003 14:57:22 +0000 (14:57 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 24 Sep 2003 14:57:22 +0000 (14:57 +0000)
by using char*

git-svn-id: https://svn.dealii.org/trunk@8014 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/grid/grid_reordering.cc

index ea7bcf0db38526026e024a06eacc2b5001f9e263..cde7e2aab613cacad3bf4fd00fbbe2a0a71fceb7 100644 (file)
@@ -579,8 +579,8 @@ namespace internal
   namespace GridReordering3d
   {
     DeclException1 (GridOrientError,
-                   std::string,
-                   <<  "Grid Orientation Error"<< arg1);
+                   char *,
+                   <<  "Grid Orientation Error" << arg1);
 
 
     //Switched two ints so that v1<v2;

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.