From 3a9976199388e4f27494124cc17c94cbb6b549c5 Mon Sep 17 00:00:00 2001 From: Kristian Bendiksen Date: Wed, 10 Jun 2026 19:33:16 +0200 Subject: [PATCH] #12731 Reference_layer in compaction plot not updated Fixes #12731. --- .../GeoMech/GeoMechDataModel/RigFemResultAddress.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ApplicationLibCode/GeoMech/GeoMechDataModel/RigFemResultAddress.h b/ApplicationLibCode/GeoMech/GeoMechDataModel/RigFemResultAddress.h index c920c4d0045..2d909bffbba 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: