- Timestamp:
- 02/26/21 10:56:08 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/wrappers/matlab/include/wrapper_macros.h
r24011 r26034 34 34 /*}}}*/ 35 35 /* WRAPPER {{{*/ 36 #define WRAPPER(modulename,...) void mexFunction(int nlhs, mxArray* plhs[], int nrhs, const mxArray* prhs[]) 36 #define WRAPPER(modulename,...) void mexFunction(int nlhs, mxArray* plhs[], int nrhs, const mxArray* prhs[]) /* NOTE: In this case, modulename is thrown away in the macro expansion whereas it is used in for the Python wrappers (see also: src/wrappers/python/include/wrapper_macros.h, any result of `grep -r 'WRAPPER(' $ISSM_DIR/src)` */ 37 37 /*}}}*/ 38 38 /* CHECKARGUMENTS {{{*/
Note:
See TracChangeset
for help on using the changeset viewer.