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.


Calls

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

Called by

proc~~aggregator_div~~CalledByGraph proc~aggregator_div aggregator_t%aggregator_div proc~cable_output_impl_write cable_output_impl_write proc~cable_output_impl_write->proc~aggregator_div