Ignore:
Timestamp:
Apr 21, 2006, 5:20:45 PM (19 years ago)
Author:
duncan
Message:

Do interpolation using fit_interpolate/interpolate.py, instead of least_squares.py.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/interpolate_sww.py

    r2432 r2750  
    5959        # But it works with how the program is currently used.
    6060        # Refactor when necessary. - DSG
    61        
     61
     62        print "Obsolete."
    6263        x, y, volumes, time, quantity = self.read_sww(file_name, quantity_name)
    6364        vertex_coordinates = transpose([x,y])
Note: See TracChangeset for help on using the changeset viewer.