#1428 Respect current timestep of well log extraction curves when getting flow diagnostics result address

This commit is contained in:
Bjørnar Grip Fjær
2017-04-26 16:59:52 +02:00
parent 700a73ca19
commit b91af15214
3 changed files with 24 additions and 0 deletions

View File

@@ -63,6 +63,8 @@ public:
QString caseName() const;
double rkbDiff() const;
int currentTimeStep() const;
protected:
virtual QString createCurveAutoName();
virtual void onLoadDataAndUpdate();