- Timestamp:
- 11/09/15 17:53:05 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/wrappers/python/include/wrapper_macros.h
r19054 r19701 27 27 #define MODULEEND(); }\ 28 28 catch(ErrorException &exception){\ 29 PyErr_SetString(PyExc_TypeError,exception. PythonReport()); \29 PyErr_SetString(PyExc_TypeError,exception.WrapperReport()); \ 30 30 return NULL;\ 31 31 } \
Note:
See TracChangeset
for help on using the changeset viewer.