mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
FIxed missing return statement
p4#: 21685
This commit is contained in:
@@ -43,7 +43,7 @@ void RigActiveCellInfo::setGlobalCellCount(size_t globalCellCount)
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
size_t RigActiveCellInfo::globalCellCount() const
|
||||
{
|
||||
m_cellIndexToResultIndex.size();
|
||||
return m_cellIndexToResultIndex.size();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user