Ignore:
Timestamp:
Sep 16, 2010, 5:06:07 PM (13 years ago)
Author:
steve
Message:

Fixed bug with log_to_file on boyd_box_operator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/structures/structure_operator.py

    r8019 r8020  
    303303        message += 'Velocity  [m/s]: %.2f\n' % self.velocity
    304304        message += 'Inlet Driving Energy %.2f\n' % self.driving_energy
    305         message += 'delta total energy %.2f\n' % self.delta_total_energy
     305        message += 'Delta Total Energy %.2f\n' % self.delta_total_energy
    306306
    307307        print message
Note: See TracChangeset for help on using the changeset viewer.