expand the growing 2d array
first reset all entries
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(grw_real2darray_type) | :: | me | array to resize |
|||
integer, | intent(in), | optional | :: | length | optional length to expand the array |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rk), | public, | allocatable | :: | swpval(:,:) | |||
integer, | public | :: | explen |