Subroutine Type |
Utility/Data Access |
||
Definition |
SAVE_MODEL is used to save the current model from a user-written CONSUB. |
||
Calling Syntax |
Fortran CALL SAVE_MODEL (xml_file_name, errflg)
C/C++ C_save_model (char* xml_file_name, int* errflg);
Python errflg = py_save_model (xml_file_name)
MATLAB errflg = m_save_model (xml_file_name) |
||
Input Arguments |
xml_file_name |
character array |
Specifies the name of the file in which the model is to be saved. |
Output Values |
errflg |
integer |
The result of calling SAVE_MODEL. 0 = Success |
Comments |
Errflag returns a nonzero value if the call to SAVE_MODEL is not successful. |