]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix missing std::
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 26 Jun 2001 14:03:18 +0000 (14:03 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 26 Jun 2001 14:03:18 +0000 (14:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@4761 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/helmholtz1.th
tests/deal.II/mg.cc
tests/deal.II/mglocal.cc

index 157e1810b0b9e903d525ff1d47138733e351af89..70c6c0f3424bc9e36a8eb6174fec2698e947701e 100644 (file)
@@ -15,7 +15,7 @@ Helmholtz::build_all(MATRIX& A,
   
   Vector<double> elvec(fe_dofs);
   FullMatrix<double> elmat(fe_dofs);
-  vector<unsigned int> indices(fe_dofs);
+  std::vector<unsigned int> indices(fe_dofs);
 
 ////////////////////////////////////////////////////
 // Loop for computing the element matrices
index ec56a1ee522efa16910ed44ea434f87cfd2e79a4..453a58ca1ed8673f28be77bc172d92238dfc2ce7 100644 (file)
@@ -167,7 +167,7 @@ Multigrid<2> multigrid(mgdof, hanging_nodes, mgstruct, mgA, transfer);
   catch (const SolverControl::NoConvergence& e)
     {
       deallog << "Step " << e.last_step
-             << " Residual " << e.last_residual << endl;
+             << " Residual " << e.last_residual << std::endl;
     }
 }
 
index c8eaacb5fa0aeb1a76a392577e93ca74e56622eb..91b2da484b361eb78dbf13e482a641efd33ed6aa 100644 (file)
@@ -65,7 +65,7 @@ class RHSFunction
 extern void write_gnuplot (const MGDoFHandler<2>& dofs,
                           const Vector<double>& v,
                           unsigned int level,
-                          ostream &out);
+                          std::ostream &out);
 
 int main()
 {

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.