Changeset 11995 for issm/trunk/src/c/Container/Options.cpp
- Timestamp:
- 04/16/12 14:57:18 (13 years ago)
- Location:
- issm/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:ignore
-
old new 7 7 config.status 8 8 configure 9 doxygen10 9 ISSM.paf 11 10 ISSM.ppf 12 11 ISSM.ppf_cache 13 12 libtool 14 list15 13 Makefile 16 14 Makefile.in
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
issm/trunk/src/c/Container/Options.cpp
r9883 r11995 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[]){ … … 43 43 if (!mxIsClass(prhs[i],"char")) _error_("Argument %d must be name of option.",i+1); 44 44 45 Fetch MatlabData(&name,prhs[i]);45 FetchData(&name,prhs[i]); 46 46 if (i+1 == nrhs) _error_("Argument %d must exist and be value of option \"%s\".",i+2,name); 47 47
Note:
See TracChangeset
for help on using the changeset viewer.