Changeset 463


Ignore:
Timestamp:
Oct 28, 2004, 5:14:01 PM (20 years ago)
Author:
ole
Message:
 
File:
1 edited

Legend:

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

    r456 r463  
    105105
    106106def fit_to_mesh(vertex_coordinates,
    107                               triangles,
    108                               point_coordinates,
    109                               point_attributes,
    110                               alpha = ALPHA_INITIAL):
     107                triangles,
     108                point_coordinates,
     109                point_attributes,
     110                alpha = ALPHA_INITIAL):
    111111    """
    112112    Fit a smooth surface to a trianglulation,
     
    217217        for i in range(n):
    218218            #For each data_coordinate point
     219
     220            #print 'Doing %d/%d' %(i, n)
    219221
    220222            x = point_coordinates[i]
Note: See TracChangeset for help on using the changeset viewer.