Append nVals new timers to the timer collection provided in 'me'.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_timer_type), | intent(inout) | :: | me | Timer object to extend by nVals timers |
||
integer, | intent(in) | :: | nVals | Number of timers to append to me. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | private | :: | running(nVals) | ||||
real(kind=rk), | private | :: | zeroes(nVals) |