fixed the doppelt-gemoppelt STATISTIC block writing
This commit is contained in:
@ -889,6 +889,7 @@ int PMsrHandler::WriteMsrLogFile(const bool messages)
|
|||||||
|
|
||||||
// there was no statistic block present in the msr-input-file
|
// there was no statistic block present in the msr-input-file
|
||||||
if (!statisticBlockFound) {
|
if (!statisticBlockFound) {
|
||||||
|
partialStatisticBlockFound = false;
|
||||||
cout << endl << "PMsrHandler::WriteMsrLogFile: **WARNING** no STATISTIC block present, will write a default one" << endl;
|
cout << endl << "PMsrHandler::WriteMsrLogFile: **WARNING** no STATISTIC block present, will write a default one" << endl;
|
||||||
fout << "###############################################################" << endl;
|
fout << "###############################################################" << endl;
|
||||||
TDatime dt;
|
TDatime dt;
|
||||||
|
Reference in New Issue
Block a user