Local_contains_supergroup Function

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

Query wether a supergroup is contained in the GAS space.

Type Bound

LocalGASSpec_t

Arguments

Type IntentOptional Attributes Name
class(LocalGASSpec_t), intent(in) :: this

Specification of GAS spaces.

integer, intent(in) :: supergroup(:)

A supergroup.

Return Value logical


Contents