Files
ResInsight/ApplicationLibCode/ReservoirDataModel/ResultAccessors
Magne Sjaastad cd59e2a181 #14138 Fix crash when picking a cell with a combined MULT result
RigCombMultResultAccessor::cellFaceScalar called oppositeFace() with the
face passed from the picked selection. A plain cell pick leaves the face
as NO_FACE, which has no opposite and tripped CVF_ASSERT(false) in
oppositeFace, crashing the application.

Guard against a non-directional face and return 1.0, consistent with the
no-change-in-MULT-factor convention already used in nativeMultScalar.
2026-06-08 10:18:41 +02:00
..