]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add missing std.
authorRalf Hartmann <Ralf.Hartmann@dlr.de>
Thu, 22 Sep 2005 15:08:37 +0000 (15:08 +0000)
committerRalf Hartmann <Ralf.Hartmann@dlr.de>
Thu, 22 Sep 2005 15:08:37 +0000 (15:08 +0000)
git-svn-id: https://svn.dealii.org/trunk@11504 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/grid_in.cc
tests/deal.II/grid_in_3d.cc

index 99eaaef64f8d98a983168f0683eebb881a655e7c..d01dc2e24ccb48dae1894e41093a3f5d61eea7f8 100644 (file)
@@ -79,7 +79,7 @@ void test3 ()
   gi.read ("grid_in_2d.nc");
 
   GridOut grid_out;
-  ofstream gnufile("grid_in_2d.gnuplot");  
+  std::ofstream gnufile("grid_in_2d.gnuplot");  
   grid_out.write_gnuplot (tria, gnufile);
 }
 
index bc22d97c33f2d9cd22e49d0e3b20c483a2fe36e6..942fef0a5604c3ea6bd71f45f2c0a3021001c454 100644 (file)
@@ -76,7 +76,7 @@ void test1()
   gi.read ("grid_in_3d_1.nc");
   
   GridOut grid_out;
-  ofstream gnufile("square.gnuplot");
+  std::ofstream gnufile("square.gnuplot");
   grid_out.write_gnuplot (tria, gnufile);
 }
 

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.