aggregator_offset Subroutine

private subroutine aggregator_offset(this, offset)

Offset the aggregated data by a specified value.

Type Bound

aggregator_t

Arguments

Type IntentOptional Attributes Name
class(aggregator_t), intent(inout) :: this
real, intent(in) :: offset

The value by which to offset the aggregated data.