From: Wolfgang Bangerth Date: Mon, 14 Oct 2013 22:16:49 +0000 (+0000) Subject: Remove debug output accidentally committed in r31180. X-Git-Tag: v8.1.0~591 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9123ec443adab3325fb70bcf573f6666b5832ba;p=dealii.git Remove debug output accidentally committed in r31180. git-svn-id: https://svn.dealii.org/trunk@31233 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/base/data_out_base.cc b/deal.II/source/base/data_out_base.cc index d4d7a03852..e5518afcb8 100644 --- a/deal.II/source/base/data_out_base.cc +++ b/deal.II/source/base/data_out_base.cc @@ -6523,9 +6523,8 @@ void DataOutInterface::write_vtu_in_parallel (const char *filename MPI_File fh; err = MPI_File_open(comm, const_cast(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