isModelTermGroupMixed Module Function

pure module function isModelTermGroupMixed(this, groupIndex, modelIndex) result(mixed)

Return true if group with given index is mixed in model with given index

Arguments

Type IntentOptional Attributes Name
class(Modeller), intent(in) :: this
integer(kind=ik), intent(in) :: groupIndex
integer(kind=ik), intent(in) :: modelIndex

Return Value logical