From: Timo Heister Date: Fri, 31 May 2013 23:54:31 +0000 (+0000) Subject: make sure to close the file X-Git-Tag: v8.0.0~346 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=931c2aaefb7fc9642ec1202a59afe44263dfd06a;p=dealii.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);