Changeset 1897


Ignore:
Timestamp:
Oct 11, 2005, 5:27:41 PM (20 years ago)
Author:
duncan
Message:

comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/least_squares.py

    r1894 r1897  
    3737    from util import gradient
    3838except ImportError, e:
    39     #FIXME reduce the dependency of modules in pyvolution
     39    #FIXME (DSG-ON) reduce the dependency of modules in pyvolution
    4040    # Have util in a dir, working like load_mesh, and get rid of this
    4141    def gradient(x0, y0, x1, y1, x2, y2, q0, q1, q2):
Note: See TracChangeset for help on using the changeset viewer.