]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add missing std.
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 23 Aug 2005 09:13:27 +0000 (09:13 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 23 Aug 2005 09:13:27 +0000 (09:13 +0000)
git-svn-id: https://svn.dealii.org/trunk@11309 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/petsc_70.cc

index c35525e7bb272961231d4b9efc88ae7711c528ac..7519857d5efb7749e0c5cc4609de6b704e2bd70e 100644 (file)
@@ -28,9 +28,9 @@ int main (int argc,char **argv)
   deallog.threshold_double(1.e-10);
 
   if (typeid(PetscScalar)==typeid(double))
-    deallog << "double" << endl;
+    deallog << "double" << std::endl;
   else if (typeid(PetscScalar)==typeid(float))
-    deallog << "float" << endl;
+    deallog << "float" << std::endl;
   else
     Assert(false, ExcNotImplemented());
 }

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.