Changeset 13055 for issm/trunk-jpl/src/c/python/io/WritePythonData.cpp
- Timestamp:
- 08/15/12 18:02:10 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/python/io/WritePythonData.cpp
r13033 r13055 21 21 22 22 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 }/*}}}*/29 23 /*FUNCTION WriteData(PyObject* py_tuple,int index,char* string){{{*/ 30 24 void WriteData(PyObject* py_tuple, int index, char* string){
Note:
See TracChangeset
for help on using the changeset viewer.