Changeset 11861 for issm/trunk-jpl/src/c/shared/Exceptions/Exceptions.cpp
- Timestamp:
- 04/02/12 15:44:28 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/shared/Exceptions/Exceptions.cpp
r11853 r11861 11 11 #include "../shared.h" 12 12 #include "../../include/include.h" 13 #if def _SERIAL_13 #if defined(_HAVE_MATLAB_) && defined(_SERIAL_) 14 14 #include "mex.h" 15 15 #endif … … 45 45 } 46 46 else{ 47 #if def _SERIAL_47 #if defined(_HAVE_MATLAB_) && defined(_SERIAL_) 48 48 mexErrMsgTxt(exprintf("\n??? Error using ==> %s at %i\n%s error message: %s\n", 49 49 file_name.c_str(),file_line,function_name.c_str(),what()));
Note:
See TracChangeset
for help on using the changeset viewer.