Added isCoarseningActive

This commit is contained in:
Magne Sjaastad
2014-04-03 10:58:29 +02:00
parent 05f1c056b7
commit 9aa32e4a88
2 changed files with 9 additions and 0 deletions

View File

@@ -193,6 +193,14 @@ void RigActiveCellInfo::clear()
m_activeCellsBoundingBox.reset();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
bool RigActiveCellInfo::isCoarseningActive() const
{
return m_globalCellResultCount != m_globalActiveCellCount;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------