Changeset 11861 for issm/trunk-jpl/src/c/Container/Options.cpp
- Timestamp:
- 04/02/12 15:44:28 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/Container/Options.cpp
r11853 r11861 20 20 #include "../shared/shared.h" 21 21 #include "../EnumDefinitions/EnumDefinitions.h" 22 #if def_SERIAL_22 #if _SERIAL_ 23 23 #include "../io/io.h" 24 24 #endif … … 31 31 } 32 32 /*}}}*/ 33 #if def _SERIAL_33 #if defined(_HAVE_MATLAB_) && defined(_SERIAL_) 34 34 /*FUNCTION Options::Options(int istart, int nrhs, const mxArray* prhs[]){{{1*/ 35 35 Options::Options(int istart, int nrhs, const mxArray* prhs[]){
Note:
See TracChangeset
for help on using the changeset viewer.