Ignore:
Timestamp:
Sep 15, 2004, 6:00:32 PM (20 years ago)
Author:
ole
Message:

Some renaming
Added tidal cycle data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pyvolution/quantity_ext.c

    r272 r305  
    298298
    299299  //Get pertinent variables
    300   centroids = (PyArrayObject*) PyObject_GetAttrString(domain, "centroids");
     300  centroids = (PyArrayObject*)
     301    PyObject_GetAttrString(domain, "centroid_coordinates");
    301302  if (!centroids) return NULL;   
    302303 
     
    378379
    379380  //Get pertinent variables
    380   centroids = (PyArrayObject*) PyObject_GetAttrString(domain, "centroids");
     381  centroids = (PyArrayObject*)
     382    PyObject_GetAttrString(domain, "centroid_coordinates");
    381383  if (!centroids) return NULL;   
    382384 
Note: See TracChangeset for help on using the changeset viewer.