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:
@@ -691,7 +691,7 @@ void RivFaultPartMgr::updateNNCColors(size_t timeStepIndex, RimEclipseCellColors
|
||||
|
||||
if (cellResultColors)
|
||||
{
|
||||
RigEclipseResultAddress scalarSetIndex = cellResultColors->scalarResultIndex();
|
||||
RigEclipseResultAddress scalarSetIndex = cellResultColors->eclipseResultAddress();
|
||||
|
||||
if (m_grid->mainGrid()->nncData()->hasScalarValues(scalarSetIndex.scalarResultIndex))
|
||||
{
|
||||
@@ -702,7 +702,7 @@ void RivFaultPartMgr::updateNNCColors(size_t timeStepIndex, RimEclipseCellColors
|
||||
|
||||
if (showNncsWithScalarMappedColor)
|
||||
{
|
||||
RigEclipseResultAddress scalarSetIndex = cellResultColors->scalarResultIndex();
|
||||
RigEclipseResultAddress scalarSetIndex = cellResultColors->eclipseResultAddress();
|
||||
RiaDefines::ResultCatType resultType = cellResultColors->resultType();
|
||||
|
||||
const cvf::ScalarMapper* mapper = cellResultColors->legendConfig()->scalarMapper();
|
||||
|
||||
@@ -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