Changeset 13816
- Timestamp:
- 10/23/12 15:34:14 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/include/macros.h
r13702 r13816 83 83 catch(ErrorException &exception){\ 84 84 exception.Report();\ 85 return 1;\85 return 0;\ 86 86 }\ 87 87 catch (exception& e) {\ 88 88 _printf_(true,"Standard exception: %s\n",e.what());\ 89 return 1;\89 return 0;\ 90 90 }\ 91 91 catch(...){\ 92 92 _printf_(true,"An unexpected error occurred");\ 93 return 0;\ 93 94 } 94 95 /*}}}*/
Note:
See TracChangeset
for help on using the changeset viewer.