From e60a6fc1bd990fa79c54a74905b93e6085a561ad Mon Sep 17 00:00:00 2001 From: nemu Date: Thu, 25 Jun 2009 07:49:11 +0000 Subject: [PATCH] fixed the doppelt-gemoppelt STATISTIC block writing --- src/classes/PMsrHandler.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/classes/PMsrHandler.cpp b/src/classes/PMsrHandler.cpp index d72df45c..1e8d4d20 100644 --- a/src/classes/PMsrHandler.cpp +++ b/src/classes/PMsrHandler.cpp @@ -889,6 +889,7 @@ int PMsrHandler::WriteMsrLogFile(const bool messages) // there was no statistic block present in the msr-input-file if (!statisticBlockFound) { + partialStatisticBlockFound = false; cout << endl << "PMsrHandler::WriteMsrLogFile: **WARNING** no STATISTIC block present, will write a default one" << endl; fout << "###############################################################" << endl; TDatime dt;