Changeset 753
- Timestamp:
- Jan 20, 2005, 1:40:14 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/util_ext.h
r752 r753 93 93 A = (PyArrayObject*) PyArray_ContiguousFromObject((PyObject*) B, B -> descr -> type, 0, 0); 94 94 95 //Py_DECREF(B); //FIXME: Is this really needed??95 Py_DECREF(B); //FIXME: Is this really needed?? 96 96 97 97 if (!A) return NULL;
Note: See TracChangeset
for help on using the changeset viewer.