Changeset 305 for inundation/ga/storm_surge/pyvolution/quantity_ext.c
- Timestamp:
- Sep 15, 2004, 6:00:32 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/quantity_ext.c
r272 r305 298 298 299 299 //Get pertinent variables 300 centroids = (PyArrayObject*) PyObject_GetAttrString(domain, "centroids"); 300 centroids = (PyArrayObject*) 301 PyObject_GetAttrString(domain, "centroid_coordinates"); 301 302 if (!centroids) return NULL; 302 303 … … 378 379 379 380 //Get pertinent variables 380 centroids = (PyArrayObject*) PyObject_GetAttrString(domain, "centroids"); 381 centroids = (PyArrayObject*) 382 PyObject_GetAttrString(domain, "centroid_coordinates"); 381 383 if (!centroids) return NULL; 382 384
Note: See TracChangeset
for help on using the changeset viewer.