Changeset 13374
- Timestamp:
- 09/14/12 14:17:56 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/python/io/FetchPythonData.cpp
r13373 r13374 233 233 } 234 234 /*}}}*/ 235 /*FUNCTION FetchData(Options** poptions,int istart, int nrhs,PyObject* py_ args){{{*/235 /*FUNCTION FetchData(Options** poptions,int istart, int nrhs,PyObject* py_tuple){{{*/ 236 236 void FetchData(Options** poptions,int istart, int nrhs,PyObject* py_tuple){ 237 237 … … 249 249 if(i+1 == nrhs) _error_("Argument " << i+2 << " must exist and be value of option \"" << name << "\"."); 250 250 251 // _pprintLine_("FetchData for Options not implemented yet, ignoring them!"); 252 _printf_(1,"FetchData for Options not implemented yet, ignoring option '%s'!",name); 251 _pprintLine_("FetchData for Options not implemented yet, ignoring option \"" << name << "\"!"); 253 252 254 253 // option=(Option*)OptionParse(name,&PyTuple_GetItem(py_tuple,(Py_ssize_t)(i+1)));
Note:
See TracChangeset
for help on using the changeset viewer.