]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix missing std::
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 16 Dec 2010 23:28:02 +0000 (23:28 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 16 Dec 2010 23:28:02 +0000 (23:28 +0000)
git-svn-id: https://svn.dealii.org/trunk@22986 0785d39b-7218-0410-832d-ea1e28bc413d

tests/codim_one/gradients_1.cc

index 9a38dadbfaace41a0d476e9c921dc63dcf2b0d8d..3a36a6831f1b9f6c28d092c12065ffaf1b0d1c6a 100644 (file)
@@ -96,7 +96,7 @@ void test(std::string filename, unsigned int degree = 1)
                       quad, the_function, projected_one);
 
   deallog << "L2 norm of projected vector: "
-         << projected_one.l2_norm() << endl;
+         << projected_one.l2_norm() << std::endl;
 
 
                                // compute the H1 difference
@@ -105,7 +105,7 @@ void test(std::string filename, unsigned int degree = 1)
                                     the_function, difference_per_cell,
                                     quad, VectorTools::H1_norm);
 
-  deallog << "H1 error: " << difference_per_cell.l2_norm() << endl;
+  deallog << "H1 error: " << difference_per_cell.l2_norm() << std::endl;
 }
 
 

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.