dump_real_1D Subroutine

private pure subroutine dump_real_1D(this, tgt)

@brief Dump the buffer to an allocatable array.

@param[out] tgt Allocatable array (reset upon entry), contains the stored elements of the buffer on return. The buffer has to be reinitialized if used again.

Type Bound

buffer_real_1D_t

Arguments

Type IntentOptional Attributes Name
class(buffer_real_1D_t), intent(inout) :: this
real(kind=dp), intent(out), dimension(:), allocatable :: tgt

Contents