diff --git a/ApplicationLibCode/GeoMech/GeoMechDataModel/RigFemResultAddress.h b/ApplicationLibCode/GeoMech/GeoMechDataModel/RigFemResultAddress.h index c920c4d004..2d909bffbb 100644 --- a/ApplicationLibCode/GeoMech/GeoMechDataModel/RigFemResultAddress.h +++ b/ApplicationLibCode/GeoMech/GeoMechDataModel/RigFemResultAddress.h @@ -140,7 +140,8 @@ class RigFemResultAddress bool operator==( const RigFemResultAddress& other ) const { return resultPosType == other.resultPosType && fieldName == other.fieldName && componentName == other.componentName && - timeLapseBaseStepIdx == other.timeLapseBaseStepIdx && normalizedByHydrostaticPressure == other.normalizedByHydrostaticPressure; + timeLapseBaseStepIdx == other.timeLapseBaseStepIdx && refKLayerIndex == other.refKLayerIndex && + normalizedByHydrostaticPressure == other.normalizedByHydrostaticPressure; } private: