/* UpdateInputsFromSolution.h */ #ifndef _UPDATEINPUTSFROMSOLUTION_H #define _UPDATEINPUTSFROMSOLUTION_H /* local prototypes: */ void UpdateInputsFromSolutionUsage(void); #include "../../c/modules.h" #undef __FUNCT__ #define __FUNCT__ "UpdateInputsFromSolution" /* serial input macros: */ #define ELEMENTSIN (mxArray*)prhs[0] #define NODESIN (mxArray*)prhs[1] #define VERTICESIN (mxArray*)prhs[2] #define LOADSIN (mxArray*)prhs[3] #define MATERIALSIN (mxArray*)prhs[4] #define PARAMETERSIN (mxArray*)prhs[5] #define SOLUTION (mxArray*)prhs[6] #define ANALYSIS (mxArray*)prhs[7] #define SUBANALYSIS (mxArray*)prhs[8] /* serial output macros: */ #define ELEMENTS (mxArray**)&plhs[0] /* serial arg counts: */ #undef NLHS #define NLHS 1 #undef NRHS #define NRHS 9 #endif /* _UPDATEINPUTSFROMSOLUTION_H */