#1357 Added access function to return time step vector with most time steps

This commit is contained in:
Magne Sjaastad
2017-03-23 13:58:32 +01:00
parent fd23ec242e
commit d3eec3445f
3 changed files with 16 additions and 4 deletions

View File

@@ -73,6 +73,7 @@ public:
bool isUsingGlobalActiveIndex(size_t scalarResultIndex) const;
bool hasFlowDiagUsableFluxes() const;
std::vector<QDateTime> timeStepDates() const;
QDateTime timeStepDate(size_t scalarResultIndex, size_t timeStepIndex) const;
std::vector<QDateTime> timeStepDates(size_t scalarResultIndex) const;
int reportStepNumber(size_t scalarResultIndex, size_t timeStepIndex) const;