Changeset 6127


Ignore:
Timestamp:
Jan 9, 2009, 12:22:11 PM (16 years ago)
Author:
ole
Message:

Updated time in boundary and quantity statistics to use model time (get_time) instead of internal time.

File:
1 edited

Legend:

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

    r6051 r6127  
    874874
    875875        # Output statistics
    876         msg = 'Boundary values at time %.4f:\n' %self.time
     876        msg = 'Boundary values at time %.4f:\n' %self.get_time()
    877877        for tag in tags:
    878878            msg += '    %s:\n' %tag
     
    967967
    968968        # Output statistics
    969         msg = 'Monitored quantities at time %.4f:\n' %self.time
     969        msg = 'Monitored quantities at time %.4f:\n' %self.get_time()
    970970        if self.monitor_polygon is not None:
    971971            p_str = str(self.monitor_polygon)
Note: See TracChangeset for help on using the changeset viewer.