]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add missing std::.
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 8 May 2002 12:13:32 +0000 (12:13 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 8 May 2002 12:13:32 +0000 (12:13 +0000)
git-svn-id: https://svn.dealii.org/trunk@5834 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/numerics/dof_print_solver_step.h

index 028197487ec71b386f1415d2a5ce31444985c443..6c0ab1bcb99f4dec1c7cc20eaf4d8aae887ab0ef 100644 (file)
@@ -110,7 +110,7 @@ DoFPrintSolverStep<dim, SOLVER, VECTOR>::print_vectors (const unsigned int step,
   out.add_data_vector(r, "residual");
   out.add_data_vector(d, "update");
 
-  ostrstream filename;
+  std::ostrstream filename;
   filename << basename
           << setw(3) << setfill('0') << step
           << out.default_suffix() << ends;

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.