aggregator_scale Subroutine

private subroutine aggregator_scale(this, scale)

Scale 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) :: scale

The factor by which to scale the aggregated data.