mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3958 Refactoreing: Rename
This commit is contained in:
@@ -162,11 +162,11 @@ void RivReservoirFaultsPartMgr::appendPartsToModel(cvf::ModelBasicList* model)
|
||||
RigEclipseResultAddress scalarResultIndex;
|
||||
if (faultResultColors->showCustomFaultResult())
|
||||
{
|
||||
scalarResultIndex = faultResultColors->customFaultResult()->scalarResultIndex();
|
||||
scalarResultIndex = faultResultColors->customFaultResult()->eclipseResultAddress();
|
||||
}
|
||||
else
|
||||
{
|
||||
scalarResultIndex = cellResultColors->scalarResultIndex();
|
||||
scalarResultIndex = cellResultColors->eclipseResultAddress();
|
||||
}
|
||||
|
||||
RigMainGrid* mainGrid = m_reservoirView->mainGrid();
|
||||
|
||||
Reference in New Issue
Block a user