Subroutine Type |
Utility/Data Access |
|||||||
Definition |
Retrieves values stored in the IC Reference_Array entities. |
|||||||
Use |
The function can be called by any user-defined subroutine. |
|||||||
Calling Syntax |
Fortran CALL GTARAY(ID, ARRAY, NUMBER, ISTAT)
C c_gtaray(id, array, number, istat)
Python [array, istat] = py_gtaray(id)
MATLAB [array, istat] = m_gtaray(id) |
|||||||
Input Arguments |
[integer] ID |
The identifier of the corresponding Reference_Array. |
||||||
Output Values |
[double precision] ARRAY |
The values extracted from the Reference_Array. |
||||||
[int] ISTAT |
The flag that indicates the success of the GTARAY operation.
|
|||||||
[int] NUMBER |
The scalar value that indicates the number of entries in the array vector. |