GTARAY

Utility/Data Access SubroutineRetrieves values stored in the IC Reference_Array entities.

Use

The function can be called by any user-defined subroutine.

Format

Fortran Calling Syntax
CALL GTARAY(ID, ARRAY, NUMBER, ISTAT)
C/C++ Calling Syntax
c_gtaray(id, array , number, istat)
Python Calling Syntax
[array, istat] = py_gtaray(id)
MATLAB Calling Syntax
[array, istat] = m_gtaray(id)

Attributes

ID
[integer]
The identifier of the corresponding Reference_Array.

Output

ARRAY
[double precision]
The values extracted from the Reference_Array.
ISTAT
[integer]
The flag that indicates the success of the GTARAY operation.
0
Success
-1
Incorrect Reference_Array type.
-2
Reference_Array was not found.
NUMBER
[integer]
The scalar value that indicates the number of entries in the array vector.