#1487 Move darchy constant into RigEclipseCaseData, where it belongs

This commit is contained in:
Jacob Støren
2017-05-19 11:07:53 +02:00
parent d1b3d619d3
commit 7e847361d1
5 changed files with 56 additions and 44 deletions

View File

@@ -94,6 +94,7 @@ public:
UnitsType unitsType() const { return m_unitsType; }
void setUnitsType(UnitsType unitsType) { m_unitsType = unitsType; }
double darchysValue();
private:
void computeActiveCellIJKBBox();