mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3958 Refactoring: Remove more direct use of scalarResultIndex related to CellEdge
This commit is contained in:
@@ -371,7 +371,7 @@ void RimCellEdgeColors::cellEdgeMetaData(std::vector<RimCellEdgeMetaData>* metaD
|
||||
for (size_t i = 0; i < 6; i++)
|
||||
{
|
||||
RimCellEdgeMetaData metaData;
|
||||
metaData.m_resultIndex = resultIndices[i];
|
||||
metaData.m_eclipseResultAddress = resultIndices[i];
|
||||
metaData.m_resultVariable = resultNames[i];
|
||||
metaData.m_isStatic = isStatic;
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ class RimRegularLegendConfig;
|
||||
class RimCellEdgeMetaData
|
||||
{
|
||||
public:
|
||||
RigEclipseResultAddress m_resultIndex;
|
||||
RigEclipseResultAddress m_eclipseResultAddress;
|
||||
QString m_resultVariable;
|
||||
bool m_isStatic;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user