Changeset 14291
- Timestamp:
- 01/25/13 16:11:16 (12 years ago)
- Location:
- issm/trunk-jpl/src/wrappers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/wrappers/matlab/include/wrapper_macros.h
r13749 r14291 19 19 * will be trapped*/ 20 20 #define MODULEBOOT(); try{ \ 21 IssmComm::SetComm( -1);21 IssmComm::SetComm(); 22 22 23 23 #define MODULEEND(); }\ -
issm/trunk-jpl/src/wrappers/python/include/wrapper_macros.h
r13749 r14291 23 23 if(!output) return NULL;\ 24 24 try{ \ 25 IssmComm::SetComm( -1);25 IssmComm::SetComm(); 26 26 27 27 #define MODULEEND(); }\
Note:
See TracChangeset
for help on using the changeset viewer.