From: heister Date: Fri, 31 May 2013 23:54:31 +0000 (+0000) Subject: make sure to close the file X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b3e2cf3daeec6c584a30e8e2a632f5dad1b25d9;p=dealii-svn.git make sure to close the file git-svn-id: https://svn.dealii.org/trunk@29706 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/tests.h b/tests/tests.h index 90fc33ab82..835c42a0c7 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -118,6 +118,8 @@ class MPILogInitAll ~MPILogInitAll() { deallog.pop(); + deallog.detach(); + deallogfile.close(); MPI_Barrier(MPI_COMM_WORLD); unsigned int myid = Utilities::MPI::this_mpi_process (MPI_COMM_WORLD);