IsMomAllowedDet Function

public function IsMomAllowedDet(nJ)

Arguments

Type IntentOptional Attributes Name
integer :: nJ(nEl)

Return Value logical


Contents

Source Code


Source Code

    logical function IsMomAllowedDet(nJ)
        integer :: nJ(nEl)
        IsMomAllowedDet = IsMomAllowedDetAnyParent(nJ, HFSym%Sym)
    end function IsMomAllowedDet