Synopsis
PDX_MSGT mda_DbgSaveModel(long option, const char *file, int model)
Purpose
Debugging interface to mda_SaveModel.
Description
This function simplifies invoking mda_SaveModel from a debugger. It simply calls mda_SaveModel as follows:
.nf mda_SaveModel (MDA_OVERWRITE, file, 1, &model) .fi
Note that mda_SaveModel is always invoked with the MDA_OVERWRITE option.
Input
option
Options (not used)
file
File to store model in
model
Model to be saved
Return
MDA error code