insert a block into block buffer (at current iterator position)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(block_buffer_type), | intent(inout) | :: | buffer | |||
integer(kind=int_8), | intent(in), | DIMENSION(2) | :: | index |
index of block |
|
real(kind=real_4), | intent(in), | DIMENSION(:, :) | :: | block |
block |
|
logical, | intent(in), | optional | :: | transposed |