isVarSingleHarmonic Module Function

pure module function isVarSingleHarmonic(this, ind) result(singleH)

Check whether variable with given index is a single harmonic

Arguments

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

Return Value logical