#3958 Refactoring: Remove more direct use of scalarResultIndex related to CellEdge

This commit is contained in:
Jacob Støren
2019-01-25 16:19:15 +01:00
parent d8eded7d49
commit 98f2b50180
4 changed files with 13 additions and 9 deletions
@@ -38,7 +38,7 @@ class RimRegularLegendConfig;
class RimCellEdgeMetaData
{
public:
RigEclipseResultAddress m_resultIndex;
RigEclipseResultAddress m_eclipseResultAddress;
QString m_resultVariable;
bool m_isStatic;
};