Changeset 7928
- Timestamp:
- Aug 6, 2010, 3:10:27 PM (13 years ago)
- Location:
- trunk/anuga_core/source
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/abstract_2d_finite_volumes/generic_domain.py
r7810 r7928 1436 1436 1437 1437 # Initialise interval of timestep sizes (for reporting only) 1438 # Note that we set recorded_min_timestep to be large so that it comes 1439 # down through the evolution, similarly recorded_max_timestep 1438 1440 self.recorded_min_timestep = self.evolve_max_timestep 1439 1441 self.recorded_max_timestep = self.evolve_min_timestep
Note: See TracChangeset
for help on using the changeset viewer.