Cumul_contains_supergroup Function

private pure function Cumul_contains_supergroup(this, supergroup) result(res)

Query wether a supergroup is contained in the GAS space.

Type Bound

CumulGASSpec_t

Arguments

Type IntentOptional Attributes Name
class(CumulGASSpec_t), intent(in) :: this
integer, intent(in) :: supergroup(:)

Return Value logical


Contents