]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add missing std::
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 30 Jun 2005 15:27:21 +0000 (15:27 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 30 Jun 2005 15:27:21 +0000 (15:27 +0000)
git-svn-id: https://svn.dealii.org/trunk@10993 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/normals_at_vertices.cc

index 3187f50513fadc69ee3b5684a39534488490e278..6945d04b2aa294550a4e6450b22f6861c80abbe3 100644 (file)
@@ -66,7 +66,7 @@ int main ()
   Boundary<3>::FaceVertexNormals normals;
   for (unsigned int case_no=0; case_no<1; ++case_no)
     {
-      deallog << "Case" << case_no << endl;
+      deallog << "Case" << case_no << std::endl;
       create_triangulation(case_no, tria);
       const Triangulation<3>::active_cell_iterator cell=tria.begin_active();
       Triangulation<3>::face_iterator face;

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.