]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix typo.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 23 Apr 2002 10:28:57 +0000 (10:28 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 23 Apr 2002 10:28:57 +0000 (10:28 +0000)
git-svn-id: https://svn.dealii.org/trunk@5714 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-14/step-14.cc

index a821c3462393fdfce07d524593e831913d686f9b..e3b5b5b4b73474e6ff71b7018e1cff8895fede66 100644 (file)
@@ -1226,7 +1226,7 @@ namespace LaplaceSolver
     Vector<float> error_indicators (triangulation->n_active_cells());
     estimate_error (error_indicators);
     DataOut<dim> data_out;
-    ofstream x("x");
+    std::ofstream x("x");
     Vector<double> xe (error_indicators.begin(),
                       error_indicators.end());
     data_out.attach_dof_handler (DualSolver<dim>::dof_handler);

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.