]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix Ralf's omission of std::
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 2 Feb 2003 20:43:50 +0000 (20:43 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 2 Feb 2003 20:43:50 +0000 (20:43 +0000)
git-svn-id: https://svn.dealii.org/trunk@7001 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/solver_gmres.h

index 6869a3f406d395ee97e7ec7aca3281ffbbf9cf1a..acc35638c66ed470a2f3afea8d2eac43a00e8cdf 100644 (file)
@@ -484,7 +484,7 @@ SolverGMRES<VECTOR>::solve (const MATRIX         &A,
        }
       else
        {
-         deallog << "default_res=" << rho << endl;
+         deallog << "default_res=" << rho << std::endl;
 
          if (left_precondition)
            {
@@ -579,7 +579,7 @@ SolverGMRES<VECTOR>::solve (const MATRIX         &A,
              accumulated_iterations, rho);
          else
            {
-             deallog << "default_res=" << rho << endl;
+             deallog << "default_res=" << rho << std::endl;
              
              ::Vector<double> h_(dim);
              *x_=x;

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.