| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| logical, | intent(in), | optional | :: | relative | ||
| character(len=*), | intent(in), | optional | :: | option |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(DistributedReal64), | intent(in) | :: | stats | |||
| character(len=*), | intent(in) | :: | option | |||
| class(*), | intent(out), | allocatable | :: | row |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(DistributedInteger), | intent(in) | :: | stats | |||
| character(len=*), | intent(in) | :: | option | |||
| class(*), | intent(out), | allocatable | :: | row |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(DistributedInteger), | intent(in) | :: | stats | |||
| character(len=*), | intent(in) | :: | option | |||
| class(*), | intent(out), | allocatable | :: | row |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(DistributedReal64), | intent(in) | :: | stats | |||
| character(len=*), | intent(in) | :: | option | |||
| class(*), | intent(out), | allocatable | :: | row |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(StdDevColumn), | intent(in) | :: | this | |||
| class(AbstractMeterNode), | intent(in), | target | :: | node |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(StdDevColumn), | intent(in), | target | :: | this | ||
| class(AbstractMeterNode), | intent(in), | target | :: | node | ||
| class(*), | intent(out), | allocatable | :: | row |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(SimpleColumn), | intent(in) | :: | this | |||
| class(AbstractMeterNode), | intent(in), | target | :: | node |
type, extends(SimpleColumn) :: StdDevColumn private logical :: relative = .false. character(:), allocatable :: option contains procedure :: get_row procedure :: get_row_dist end type StdDevColumn