Ignore:
Timestamp:
Sep 1, 2004, 5:26:59 AM (20 years ago)
Author:
ole
Message:

extrapolate 2 order - c implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pyvolution/mesh.py

    r258 r262  
    8181        #Allocate space for geometric quantities
    8282        self.centroids = zeros((N, 2), Float)
     83        #FIXME: Should be renamed to centroid_coordinates
     84       
    8385        self.areas = zeros(N, Float)
    8486        self.radii = zeros(N, Float)
Note: See TracChangeset for help on using the changeset viewer.