From 9513cb61d5402aa201891dbb7cdf938c4ba9d1c0 Mon Sep 17 00:00:00 2001 From: Rebecca Cox Date: Tue, 9 Jan 2018 08:46:52 +0100 Subject: [PATCH] #2348 Elm prop: Add ELEMENT to set of valid resultPosTypes --- ApplicationCode/GeoMech/GeoMechDataModel/RigFemResultAddress.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ApplicationCode/GeoMech/GeoMechDataModel/RigFemResultAddress.h b/ApplicationCode/GeoMech/GeoMechDataModel/RigFemResultAddress.h index 02dd5372b0..bcf3a8df8e 100644 --- a/ApplicationCode/GeoMech/GeoMechDataModel/RigFemResultAddress.h +++ b/ApplicationCode/GeoMech/GeoMechDataModel/RigFemResultAddress.h @@ -66,7 +66,8 @@ public: || resultPosType == RIG_ELEMENT_NODAL || resultPosType == RIG_INTEGRATION_POINT || resultPosType == RIG_ELEMENT_NODAL_FACE - || resultPosType == RIG_FORMATION_NAMES; + || resultPosType == RIG_FORMATION_NAMES + || resultPosType == RIG_ELEMENT; bool isFieldValid = fieldName != ""; return isTypeValid && isFieldValid;