#2046 First nearly working more advanced branch detection

This commit is contained in:
Jacob Støren
2017-11-02 09:31:09 +01:00
committed by Jacob Støren
parent f21e27e25b
commit 956b73c0c9
5 changed files with 671 additions and 103 deletions

View File

@@ -200,9 +200,9 @@ public: // Todo: Clean up this regarding public members and constness etc.
std::vector<size_t> m_resultTimeStepIndexToWellTimeStepIndex; // Well result timesteps may differ from result timesteps
std::vector< RigWellResultFrame > m_wellCellsTimeSteps;
private:
mutable RigWellResultFrame m_staticWellCells;
private:
void computeStaticWellCellPath() const;
private: