Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TypeKind_Flag), | intent(in) | :: | typekind |
function construct_AccumulatorAction(typekind) result(acc) type(AccumulatorAction) :: acc type(ESMF_TypeKind_Flag), intent(in) :: typekind acc%typekind = typekind end function construct_AccumulatorAction