Changeset 1185 for issm/trunk/src/mex/Gradj/Gradj.h
- Timestamp:
- 06/30/09 13:49:49 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/mex/Gradj/Gradj.h
r465 r1185 22 22 #define MATERIALS (mxArray*)prhs[3] 23 23 #define PARAMETERS (mxArray*)prhs[4] 24 #define UG (mxArray*)prhs[5] 25 #define LAMBDAG (mxArray*)prhs[6] 26 #define INPUTS (mxArray*)prhs[7] 27 #define ANALYSIS (mxArray*)prhs[8] 28 #define SUBANALYSIS (mxArray*)prhs[9] 24 #define LAMBDAG (mxArray*)prhs[5] 25 #define INPUTS (mxArray*)prhs[6] 26 #define ANALYSIS (mxArray*)prhs[7] 27 #define SUBANALYSIS (mxArray*)prhs[8] 29 28 30 29 /* serial output macros: */ … … 35 34 #define NLHS 1 36 35 #undef NRHS 37 #define NRHS 1036 #define NRHS 9 38 37 39 38
Note:
See TracChangeset
for help on using the changeset viewer.