RELPAR
Utility/Data Access SubroutineRetrieves the user-defined work array data.
Use
The function can be called by any user-defined subroutine.
Format
- Fortran Calling Syntax
- CALL RELPAR(ID, RPAR, NSIZE, INFO)
- C/C++ Calling Syntax
- c_relpar(id, rpar, nsize, info)
- Python Calling Syntax
- [rpar, info] = py_relpar(id)
- MATLAB Calling Syntax
- [rpar, info] = m_relpar(id)
Attributes
- ID
- [integer]
Output
- RPAR
- [double]
- NSIZE
- [integer]
- INFO
- [integer]
Comments
The ID used with RELPAR must match one of the IDs used in the SAVPAR user subroutine.