Updates of ESmry

- new overload function for keywordList, list keys based on pattern (string argument)
 - summary program wild card elements (keys including * or ?)
 - python bindings to new member function
This commit is contained in:
Torbjørn Skille
2020-04-10 10:10:58 +02:00
parent acda777b9d
commit e5583b738f
5 changed files with 65 additions and 34 deletions
+1
View File
@@ -52,6 +52,7 @@ public:
std::chrono::system_clock::time_point startdate() const { return startdat; }
const std::vector<std::string>& keywordList() const;
std::vector<std::string> keywordList(const std::string& pattern) const;
const std::vector<SummaryNode>& summaryNodeList() const;
int timestepIdxAtReportstepStart(const int reportStep) const;