Renames runsum to doRunSummary, adds accessor.

This commit is contained in:
Williham Totland
2020-03-12 10:52:10 +01:00
parent 7a9c0171d1
commit fcc2e32d66
3 changed files with 10 additions and 2 deletions

View File

@@ -176,6 +176,8 @@ namespace Opm {
serializer(summary_keywords);
}
bool doRunSummary() const;
private:
SummaryConfig( const Deck& deck,
const Schedule& schedule,
@@ -192,6 +194,8 @@ namespace Opm {
keyword_list keywords;
std::set<std::string> short_keywords;
std::set<std::string> summary_keywords;
bool doRunSummary_ { false };
};
} //namespace Opm