Changeset 3947
- Timestamp:
- Nov 8, 2006, 5:57:37 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/shallow_water/data_manager.py
r3946 r3947 381 381 # FIXME (HACK) 382 382 truncation = self.domain.number_of_full_nodes 383 print len(z), len(Z), truncation383 #print len(z), len(Z), truncation 384 384 385 385 z[:] = Z[:truncation].astype(self.precision)
Note: See TracChangeset
for help on using the changeset viewer.