append an array of values to the growing 2d array.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(grw_int2darray_type) | :: | me | array to append the value to |
|||
integer, | 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 |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | expandlength |