Subroutine Type |
Utility/Data Access |
|||||||
Definition |
Saves the user-defined work array data. |
|||||||
Use |
The function can be called by any user-defined subroutine. |
|||||||
Calling Syntax |
FortranCALL SAVPAR(ID, RPAR, NSIZE, INFO)
Cc_savpar(id, rpar, nsize, info)
Pythoninfo = py_savpar(id, rpar)
MATLABinfo = m_savpar(id, rpar) |
|||||||
Input Arguments |
[integer] ID |
Specifies a unique identifier for the data block. |
||||||
[double] RPAR |
An array of double precision values that contains the user-defined work array data to be saved. |
|||||||
[integer] NSIZE |
The size of the work array. |
|||||||
Output Values |
[integer] INFO |
A value that indicates the status of the call to SAVPAR as follows:
|