Dump the buffer to an allocatable array and reset the buffer.
@param[out] tgt Allocatable array (reset upon entry), contains the stored elements of the buffer on return. The buffer is writable afterwards.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(buffer_real_2D_t), | intent(inout) | :: | this | |||
real(kind=dp), | intent(out), | dimension(:, :), allocatable | :: | tgt |