ERRMES
Subroutine Type |
Utility/Data Access |
|
Definition |
Outputs error messages during MotionSolve execution. |
|
Use |
The function can be called by any user-defined subroutine. |
|
Calling Syntax |
Fortran CALL ERRMES (ERRFLG, MESAGE, ID, ENDFLG)
C c_errmes(errflg, message, id, endflg)
Python py_errmes(errflg, message, id, endflg)
MATLAB m_errmes(errflg, message, id, endflg) |
|
Input Arguments |
[integer] ID |
The identifier of the corresponding user-defined element that is invoking ERRMES. |
[logical] ERRFLG |
A value that when true (or nonzero for C/C++) causes MotionSolve to call the ERRMES utility subroutine. |
|
[character*(*)] MESSAGE |
A character string or a string variable that contains the message printed to the output files when ERRFLG is true/nonzero. |
|
[character*(*)] ENDFLG |
A string which when set to STOP leads to solver termination. Execution continues for all other values. |
|
Output Values |
No values are returned to the calling subroutine. |
See Also: