Changeset 327
- Timestamp:
- Sep 20, 2004, 10:24:23 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/generic_boundary_conditions.py
r326 r327 228 228 while t < self.T[self.index]: self.index -= 1 229 229 230 if oldindex != self.index:231 print 'Changing from %d to %d' %(oldindex, self.index)230 #if oldindex != self.index: 231 # print 'Changing from %d to %d' %(oldindex, self.index) 232 232 233 233
Note: See TracChangeset
for help on using the changeset viewer.