Changeset 5080


Ignore:
Timestamp:
Feb 27, 2008, 9:18:02 AM (16 years ago)
Author:
ole
Message:

Reinstated track_speeds diagnostics in case timestep gets too small.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/abstract_2d_finite_volumes/domain.py

    r4957 r5080  
    14721472                    timestep = min_timestep  # Try enforcing min_step
    14731473
    1474                     #print self.timestepping_statistics(track_speeds=True)
     1474                    print self.timestepping_statistics(track_speeds=True)
    14751475
    14761476                    raise Exception, msg
Note: See TracChangeset for help on using the changeset viewer.