Subroutine Type |
Utility/Data Access |
|||||||
Definition |
Retrieves the user-defined work array data. |
|||||||
Use |
The function can be called by any user-defined subroutine. |
|||||||
Calling Syntax |
FortranCALL RELPAR(ID, RPAR, NSIZE, INFO)
Cc_relpar(id, rpar, nsize, info)
Python[rpar, info] = py_relpar(id)
MATLAB[rpar, info] = m_relpar(id) |
|||||||
Input Arguments |
[integer] ID |
Specifies a unique identifier for the data block. |
||||||
Output Values |
[double] RPAR |
An array of double precision values that contains the user-defined work array data. |
||||||
[integer] NSIZE |
The size of the work array. |
|||||||
[integer] INFO |
A value that indicates the status of the call to RELPAR as follows:
|
|||||||
Comments |
The ID used with RELPAR must match one of the IDs used in the SAVPAR user subroutine. |
See Also: