Ignore:
Timestamp:
08/15/12 18:02:10 (13 years ago)
Author:
glperez
Message:

BUG: Reverted back. Chaco module not compiling...

File:
1 edited

Legend:

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

    r13033 r13055  
    2121
    2222
    23 /*FUNCTION WriteData(PyObject* py_tuple,int index,int integer){{{*/
    24 void WriteData(PyObject* py_tuple, int index, int integer){
    25        
    26         PyTuple_SetItem(py_tuple, index, PyInt_FromSsize_t(integer));
    27 
    28 }/*}}}*/
    2923/*FUNCTION WriteData(PyObject* py_tuple,int index,char* string){{{*/
    3024void WriteData(PyObject* py_tuple, int index, char* string){
Note: See TracChangeset for help on using the changeset viewer.