]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove debug output accidentally committed in r31180.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 14 Oct 2013 22:16:49 +0000 (22:16 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 14 Oct 2013 22:16:49 +0000 (22:16 +0000)
git-svn-id: https://svn.dealii.org/trunk@31233 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/base/data_out_base.cc

index d4d7a03852b55b0752fd85b0f120c843e42e1ae2..e5518afcb83d345b787794f5604b15b601d83f52 100644 (file)
@@ -6523,9 +6523,8 @@ void DataOutInterface<dim,spacedim>::write_vtu_in_parallel (const char *filename
   MPI_File fh;
   err = MPI_File_open(comm, const_cast<char *>(filename),
                 MPI_MODE_CREATE | MPI_MODE_WRONLY, info, &fh);
-  std::cout << err << std::endl;
   AssertThrow(err==0, ExcMessage("Unable to open file with MPI_File_open!"));
-  
+
 
   MPI_File_set_size(fh, 0); // delete the file contents
   // this barrier is necessary, because otherwise others might already

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.