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.


Calls

proc~~aggregator_scale~~CallsGraph proc~aggregator_scale aggregator_t%aggregator_scale proc~cable_abort cable_abort proc~aggregator_scale->proc~cable_abort