Ignore:
Timestamp:
08/19/12 05:43:38 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Changed the way the ZFW is logged

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/acft.py

    r311 r313  
    230230                self._flight.logFuel(aircraftState)
    231231                self.logger.message(aircraftState.timestamp,
    232                                     "Zero-fuel weight: %.0f kg" % (aircraftState.zfw))
     232                                    "ZFW: %.2f kg" % (aircraftState.zfw))
    233233                flight = self._flight
    234234                if flight.v1 is None or flight.vr is None or flight.v2 is None:
Note: See TracChangeset for help on using the changeset viewer.