Changeset 753


Ignore:
Timestamp:
Jan 20, 2005, 1:40:14 PM (19 years ago)
Author:
ole
Message:

Added a DECREF to util_ext.h (but not sure if it is needed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pyvolution/util_ext.h

    r752 r753  
    9393  A = (PyArrayObject*) PyArray_ContiguousFromObject((PyObject*) B, B -> descr -> type, 0, 0);
    9494 
    95   //Py_DECREF(B); //FIXME: Is this really needed??
     95  Py_DECREF(B); //FIXME: Is this really needed??
    9696 
    9797  if (!A) return NULL;
Note: See TracChangeset for help on using the changeset viewer.