Octave Interface: GetActiveCellProperty now handles coarsening

p4#: 21683
This commit is contained in:
Jacob Støren
2013-05-21 14:35:47 +02:00
parent 2009838b04
commit d947f68f83
4 changed files with 44 additions and 3 deletions

View File

@@ -38,6 +38,14 @@ void RigActiveCellInfo::setGlobalCellCount(size_t globalCellCount)
m_cellIndexToResultIndex.resize(globalCellCount, cvf::UNDEFINED_SIZE_T);
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
size_t RigActiveCellInfo::globalCellCount() const
{
m_cellIndexToResultIndex.size();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------