]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make compile with gcc 4.6.
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 27 Jul 2011 10:22:59 +0000 (10:22 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 27 Jul 2011 10:22:59 +0000 (10:22 +0000)
git-svn-id: https://svn.dealii.org/trunk@23973 0785d39b-7218-0410-832d-ea1e28bc413d

tests/codim_one/mapping_03.cc
tests/codim_one/solution_transfer_01.cc

index c4237df1360acd82b2ed373da078f80061c54ab9..00695c30757717ad9a6e8de4551d4a1c10a10f11 100644 (file)
@@ -48,7 +48,7 @@ void test (unsigned int degree)
     mapping.transform_real_to_unit_cell(mesh.begin_active(), p);
 
   deallog << "Mapping Q("<< degree<< "): P: " << p
-         << ", on unit: " << q << endl;
+         << ", on unit: " << q << std::endl;
   
 }
 
index a8baccc11d98aac2d0115175b122c0ea691d024d..cbe401a00054df012e82b824354039451bd2bf5d 100644 (file)
@@ -70,7 +70,7 @@ int main ()
 
   deallog << "Old values:" << std::endl;
   for (unsigned int i=0; i<solution.size(); i++)
-    deallog << solution(i) << endl;
+    deallog << solution(i) << std::endl;
 
 
                                   // Do some refinement
@@ -94,7 +94,7 @@ int main ()
 
   deallog << "New values:" << std::endl;
   for (unsigned int i=0; i<tmp.size(); i++)
-    deallog << tmp(i) << endl;
+    deallog << tmp(i) << std::endl;
 
   return 0;
 }

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.