Extract the Summary::eval() call from the output call

This commit is contained in:
Joakim Hove
2019-06-17 10:02:11 +02:00
parent e114d4a46d
commit 2950faece0
4 changed files with 117 additions and 71 deletions

View File

@@ -1009,6 +1009,7 @@ public:
bool isSubStep = !EWOMS_GET_PARAM(TypeTag, bool, EnableWriteAllSolutions) && !this->simulator().episodeWillBeOver();
eclWriter_->evalSummaryState(isSubStep);
if (enableEclOutput_)
eclWriter_->writeOutput(isSubStep);
}