Ignore:
Timestamp:
Nov 28, 2007, 11:42:09 AM (17 years ago)
Author:
duncan
Message:

check the last triangle fit/interp speed up. Upgrading the code to time runs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/utilities/sparse.py

    r4769 r4859  
    5757
    5858        i,j = key
     59        # removing these asserts will not speed things up
    5960        assert 0 <= i < self.M
    6061        assert 0 <= j < self.N       
     
    6970       
    7071        i,j = key
     72        # removing these asserts will not speed things up
    7173        assert 0 <= i < self.M
    7274        assert 0 <= j < self.N               
Note: See TracChangeset for help on using the changeset viewer.