Changeset 4859 for anuga_core/source/anuga/utilities/sparse.py
- Timestamp:
- Nov 28, 2007, 11:42:09 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/utilities/sparse.py
r4769 r4859 57 57 58 58 i,j = key 59 # removing these asserts will not speed things up 59 60 assert 0 <= i < self.M 60 61 assert 0 <= j < self.N … … 69 70 70 71 i,j = key 72 # removing these asserts will not speed things up 71 73 assert 0 <= i < self.M 72 74 assert 0 <= j < self.N
Note: See TracChangeset
for help on using the changeset viewer.