mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#1693 Rename of result() to resultStorage() as step to remove the access to RigCaseCellResultsData through RimReservoirCellResultsStorage
This commit is contained in:
@@ -163,7 +163,7 @@ RimReservoirCellResultsStorage* RimEclipseResultDefinition::currentGridCellResul
|
||||
{
|
||||
if (!m_eclipseCase ) return nullptr;
|
||||
|
||||
return m_eclipseCase->results(m_porosityModel());
|
||||
return m_eclipseCase->resultsStorage(m_porosityModel());
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user