Changeset 1907


Ignore:
Timestamp:
Oct 13, 2005, 5:42:55 PM (19 years ago)
Author:
duncan
Message:

removed dead code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/least_squares.py

    r1904 r1907  
    1818"""
    1919
    20 import exceptions
    21 class ShapeError(exceptions.Exception): pass
     20#import exceptions
     21#class ShapeError(exceptions.Exception): pass
    2222
    2323#from general_mesh import General_mesh
     
    520520        #However, Sparse_CSR does not have the same methods as Sparse yet
    521521        #The tests will reveal what needs to be done
     522
     523        #
    522524        #self.A = Sparse_CSR(Sparse(n,m))
    523525        #self.AtA = Sparse_CSR(Sparse(m,m))
     
    835837
    836838        #Compute right hand side based on data
     839        #FIXME (DSG-DsG): could Sparse_CSR be used here?  Use this format
     840        # after a matrix is built, before calcs.
    837841        Atz = self.A.trans_mult(z)
    838842
Note: See TracChangeset for help on using the changeset viewer.