Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(GeneralGrid), | intent(out) | :: | GGrid | |||
character(len=*), | intent(in) | :: | CoordChars | |||
character(len=*), | intent(in), | optional | :: | CoordSortOrder | ||
logical, | optional, | dimension(:), pointer | :: | descend | ||
character(len=*), | intent(in), | optional | :: | WeightChars | ||
character(len=*), | intent(in), | optional | :: | OtherChars | ||
character(len=*), | intent(in), | optional | :: | IndexChars | ||
integer, | intent(in), | optional | :: | lsize |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(GeneralGrid), | intent(out) | :: | GGrid | |||
type(List), | intent(in) | :: | CoordList | |||
type(List), | intent(in), | optional | :: | CoordSortOrder | ||
logical, | optional, | dimension(:), pointer | :: | descend | ||
type(List), | intent(in), | optional | :: | WeightList | ||
type(List), | intent(in), | optional | :: | OtherList | ||
type(List), | intent(in), | optional | :: | IndexList | ||
integer, | intent(in), | optional | :: | lsize |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(GeneralGrid), | intent(out) | :: | oGGrid | |||
type(GeneralGrid), | intent(in) | :: | iGGrid | |||
integer, | intent(in), | optional | :: | lsize |