| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public, | parameter | :: | AttrVectSUM | = | 1 | |
| integer, | public, | parameter | :: | AttrVectMIN | = | 2 | |
| integer, | public, | parameter | :: | AttrVectMAX | = | 3 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(AttrVect), | intent(in) | :: | inAV | |||
| type(AttrVect), | intent(out) | :: | outAV | |||
| real(kind=SP), | dimension(:), pointer | :: | Weights | |||
| character(len=*), | intent(in), | optional | :: | WeightSumAttr |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(AttrVect), | intent(in) | :: | inAV | |||
| type(AttrVect), | intent(out) | :: | outAV | |||
| real(kind=DP), | dimension(:), pointer | :: | Weights | |||
| character(len=*), | intent(in), | optional | :: | WeightSumAttr |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(AttrVect), | intent(in) | :: | inAV | |||
| type(AttrVect), | intent(out) | :: | outAV | |||
| real(kind=SP), | dimension(:), pointer | :: | Weights | |||
| integer, | intent(in) | :: | comm | |||
| character(len=*), | intent(in), | optional | :: | WeightSumAttr |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(AttrVect), | intent(in) | :: | inAV | |||
| type(AttrVect), | intent(out) | :: | outAV | |||
| real(kind=DP), | dimension(:), pointer | :: | Weights | |||
| integer, | intent(in) | :: | comm | |||
| character(len=*), | intent(in), | optional | :: | WeightSumAttr |