Read units type from file and set CDARCHY value based on units type

This commit is contained in:
Magne Sjaastad
2014-08-27 14:05:29 +02:00
parent d76dd6a588
commit ffbfb8bdf0
12 changed files with 143 additions and 19 deletions

View File

@@ -36,6 +36,8 @@ RigCaseData::RigCaseData()
m_matrixModelResults->setActiveCellInfo(m_activeCellInfo.p());
m_fractureModelResults->setActiveCellInfo(m_fractureActiveCellInfo.p());
m_unitsType = UNITS_METRIC;
}
//--------------------------------------------------------------------------------------------------