#1693 Rename of result() to resultStorage() as step to remove the access to RigCaseCellResultsData through RimReservoirCellResultsStorage

This commit is contained in:
Jacob Støren
2017-09-13 11:50:27 +02:00
parent 3f7f175564
commit bb098a241b
16 changed files with 115 additions and 85 deletions
@@ -163,7 +163,7 @@ RimReservoirCellResultsStorage* RimEclipseResultDefinition::currentGridCellResul
{
if (!m_eclipseCase ) return nullptr;
return m_eclipseCase->results(m_porosityModel());
return m_eclipseCase->resultsStorage(m_porosityModel());
}
//--------------------------------------------------------------------------------------------------