From 931c2aaefb7fc9642ec1202a59afe44263dfd06a Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Fri, 31 May 2013 23:54:31 +0000 Subject: [PATCH] make sure to close the file git-svn-id: https://svn.dealii.org/trunk@29706 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/tests.h | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.39.5