@brief Set up the re-sizeable array (buffer) with a given start size and grow_factor.
@details Has to be called before first use and can be called any time.
@param[in] start_size Initial size of the buffer. @param[in] grow_factor Factor about which to grow the buffer, if the capacity is not sufficient.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(buffer_token_1D_t), | intent(inout) | :: | this | |||
real(kind=dp), | intent(in), | optional | :: | grow_factor | ||
integer(kind=int64), | intent(in), | optional | :: | start_size |