From 268e5bc282e63beea157f5239989f3cbc3b08ce8 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 23 Apr 2002 10:28:57 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@5714 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-14/step-14.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-14/step-14.cc b/deal.II/examples/step-14/step-14.cc index a821c34623..e3b5b5b4b7 100644 --- a/deal.II/examples/step-14/step-14.cc +++ b/deal.II/examples/step-14/step-14.cc @@ -1226,7 +1226,7 @@ namespace LaplaceSolver Vector error_indicators (triangulation->n_active_cells()); estimate_error (error_indicators); DataOut data_out; - ofstream x("x"); + std::ofstream x("x"); Vector xe (error_indicators.begin(), error_indicators.end()); data_out.attach_dof_handler (DualSolver::dof_handler); -- 2.39.5