mirror of
				https://github.com/OPM/ResInsight.git
				synced 2025-02-25 18:55:39 -06: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