get_last_supergroup Function

public pure function get_last_supergroup(GAS_spec, N) result(res)

Return the last supergroup

“Last” as defined by lexicographically decreasing order.

Arguments

Type IntentOptional Attributes Name
class(GASSpec_t), intent(in) :: GAS_spec

GAS constraints

integer, intent(in) :: N

Particle number

Return Value integer, (GAS_spec%nGAS())


Contents