contains_conf_csf Function

private pure function contains_conf_csf(this, csf_i) result(res)

Query wether a CSF is contained in the GAS space.

Type Bound

GASSpec_t

Arguments

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

Specification of GAS spaces.

type(CSF_Info_t), intent(in) :: csf_i

Return Value logical