IsPoint
Returns true if element is a Point element
MODULE PURE FUNCTION isPoint(ElemType) RESULT(Ans)
LOGICAL(LGT) :: Ans
INTEGER(I4B), INTENT(IN) :: ElemType
END FUNCTION isPoint
Returns true if element is a Point element
MODULE PURE FUNCTION isPoint(ElemType) RESULT(Ans)
LOGICAL(LGT) :: Ans
INTEGER(I4B), INTENT(IN) :: ElemType
END FUNCTION isPoint