]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Qualify endl properly.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 20 Apr 2014 17:28:43 +0000 (17:28 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 20 Apr 2014 17:28:43 +0000 (17:28 +0000)
git-svn-id: https://svn.dealii.org/trunk@32795 0785d39b-7218-0410-832d-ea1e28bc413d

tests/mpi/trilinos_compress_bug.cc

index c481a1eb50e88ceb7efa0edc28fa41a29e6e9f80..06326227d94478c51ccc7a918ea73de0b7121c85 100644 (file)
@@ -1,7 +1,7 @@
 // ---------------------------------------------------------------------
 // $Id$
 //
-// Copyright (C) 2011 - 2013 by the deal.II authors
+// Copyright (C) 2011 - 2014 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -72,12 +72,12 @@ void test ()
     test(locally_owned.nth_index_in_set(5))=7;
 
   if (myid==0)
-    deallog << "before compress: " << test(locally_owned.nth_index_in_set(5)) << endl;
+    deallog << "before compress: " << test(locally_owned.nth_index_in_set(5)) << std::endl;
 
   test.compress(VectorOperation::insert);
 
   if (myid==0)
-    deallog << "after compress: " << test(locally_owned.nth_index_in_set(5)) << endl;
+    deallog << "after compress: " << test(locally_owned.nth_index_in_set(5)) << std::endl;
 
   // Trilinos produces a 0 instead of a 7 here. Why?
   if (myid==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.