Flexible_contains_supergroup Function

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

Query wether a supergroup is contained in the GAS space.

Type Bound

FlexibleGASSpec_t

Arguments

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

Specification of GAS spaces.

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

A supergroup.

Return Value logical


Contents