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]
Output
- ARRAY
- [double precision]
- ISTAT
- [integer]
- NUMBER
- [integer]