#2348 Elm prop: Add ELEMENT to set of valid resultPosTypes

This commit is contained in:
Rebecca Cox 2018-01-09 08:46:52 +01:00
parent ab67ddfecb
commit 9513cb61d5

View File

@ -66,7 +66,8 @@ public:
|| resultPosType == RIG_ELEMENT_NODAL || resultPosType == RIG_ELEMENT_NODAL
|| resultPosType == RIG_INTEGRATION_POINT || resultPosType == RIG_INTEGRATION_POINT
|| resultPosType == RIG_ELEMENT_NODAL_FACE || resultPosType == RIG_ELEMENT_NODAL_FACE
|| resultPosType == RIG_FORMATION_NAMES; || resultPosType == RIG_FORMATION_NAMES
|| resultPosType == RIG_ELEMENT;
bool isFieldValid = fieldName != ""; bool isFieldValid = fieldName != "";
return isTypeValid && isFieldValid; return isTypeValid && isFieldValid;