Subroutine GET_MEMORY
Allocates iel memory locations into array number iarr.
Calling convention
call get_memory(iarr,iel,pntr,kode)
| Arguments | Data type | Input/Output | Description |
|---|---|---|---|
iarr |
Integer | Call | Array number (between 2001 and 2500). |
iel |
Integer | Call | The number of memory locations allocated to array number iarr. |
pntr |
Pointer | Return | Pointer to the array iarr. pntr is a pointer in the calling routine. |
kode |
Character | Call | The type of array. ’I’ for integer, ‘R’ for real, and ‘D’ for double precision. |
