reset_data Interface

interface

Interfaces for the procedure pointers in the aggregator_t type to be implemented by the specific aggregation methods (e.g., mean, sum, min, max).


private subroutine reset_data(this)

Arguments

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

Description

Reset the aggregated data to its initial state.