Langunage type |
SubRoutine |
FORTRAN |
call errmes(errflg,'Devided by zero',id,'Contact') |
C/C++ |
errmes(errflg, "Devided by zero", id, "Contact") |
Parameter information
Variable Name |
Size |
Description |
errflg |
int |
The input variable, if errflg is set with zero, the pre-defined message will be printed in message file and simulation will be stopped. |
ErrorString |
char [80] |
The input variable, The array size must be 80 byte. The message to identify the type of error.This infomartion will be released as below format. 'USER ERROR MESSAGE : #' |
id |
int |
The input variable, This ID is user defined index to identify message. This infomartion will be released as below format. 'USER ID = #' |
command |
Char [512] |
The input variable, Keyword to identify the type of entity. |
Note
If the user use not ERRMES but STOP or EXIT function, RecurDyn/Modeler process is simultaneously terminated.
If the value of “errflg” is false, RecurDyn/Solver processor will automatically be stopped with a specified error message.