isVarScalar Module Function

pure module function isVarScalar(this, ind) result(scal)

Check whether variable with given index is a scalar

Arguments

Type IntentOptional Attributes Name
class(VariableContainer), intent(in) :: this
integer(kind=ik), intent(in) :: ind

Return Value logical