append a single value to the growing 2d array.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(grw_long2darray_type) | :: | me | array to append the value to |
|||
integer(kind=long_k), | intent(in) | :: | val | value to append |
||
integer, | intent(in) | :: | pos1 | position in first dimension (cannot grow) |
||
integer, | intent(in) | :: | pos2 | position in second dimension (can grow) |
||
integer, | intent(in), | optional | :: | length | optional length to expand the array |
append an array of values to the growing 2d array.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(grw_long2darray_type) | :: | me | array to append the value to |
|||
integer(kind=long_k), | intent(in) | :: | val(:) | array of values to append |
||
integer, | intent(in) | :: | pos2 | position in second dimension (can grow) |
||
integer, | intent(in), | optional | :: | length | optional length to expand the array |