mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2348 Elm prop: Add ELEMENT to set of valid resultPosTypes
This commit is contained in:
parent
ab67ddfecb
commit
9513cb61d5
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user