Public interface for routines that initialize arrays.
Populates an array with elements from first
to last
, inclusive.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(out), | dimension(:) | :: | array |
Output array to populate |
|
real(kind=wp), | intent(in) | :: | first |
Value of first element |
||
real(kind=wp), | intent(in) | :: | last |
Value of last element |