]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix compilation of gmsh support 8998/head
authorMatthew Russell <matthewjohnrussell@gmail.com>
Mon, 4 Nov 2019 16:19:15 +0000 (16:19 +0000)
committerMatthew Russell <matthewjohnrussell@gmail.com>
Mon, 4 Nov 2019 16:19:15 +0000 (16:19 +0000)
Use std::ofstream rather than just ofstream.

source/gmsh/utilities.cc

index d9abd324d49e76fb303352c1d9c9e112af4df291..18ea2ecb8cfdf094a33230259cf85861d017fa27 100644 (file)
@@ -76,7 +76,7 @@ namespace Gmsh
 
     dealii::OpenCASCADE::write_IGES(boundary, iges_file_name);
 
-    ofstream geofile;
+    std::ofstream geofile;
     geofile.open(geo_file_name);
     geofile << "Merge \"" << iges_file_name << "\";" << std::endl
             << "Line Loop (2) = {1};" << std::endl

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.