aggregator_div Subroutine

private subroutine aggregator_div(this, div)

Divide the aggregated data by a specified factor.

Type Bound

aggregator_t

Arguments

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

The factor by which to divide the aggregated data.