Changeset 13374


Ignore:
Timestamp:
09/14/12 14:17:56 (13 years ago)
Author:
jschierm
Message:

CHG: Cosmetic changes to python FetchData.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/python/io/FetchPythonData.cpp

    r13373 r13374  
    233233}
    234234/*}}}*/
    235 /*FUNCTION FetchData(Options** poptions,int istart, int nrhs,PyObject* py_args){{{*/
     235/*FUNCTION FetchData(Options** poptions,int istart, int nrhs,PyObject* py_tuple){{{*/
    236236void FetchData(Options** poptions,int istart, int nrhs,PyObject* py_tuple){
    237237
     
    249249                if(i+1 == nrhs) _error_("Argument " << i+2 << " must exist and be value of option \"" << name << "\".");
    250250
    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 << "\"!");
    253252
    254253//              option=(Option*)OptionParse(name,&PyTuple_GetItem(py_tuple,(Py_ssize_t)(i+1)));
Note: See TracChangeset for help on using the changeset viewer.