Changeset 1140:ca835f7ae311 for src
- Timestamp:
- 04/21/24 14:00:33 (7 months ago)
- Branch:
- python3
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/const.py
r1138 r1140 599 599 600 600 #------------------------------------------------------------------------------- 601 602 def getPassengerWeight(flightType): 603 """Get the passenger weight for the given flight type.""" 604 return WEIGHT_PASSENGER_CHARTER if flightType==FLIGHTTYPE_CHARTER \ 605 else WEIGHT_PASSENGER 606 607 608 #-------------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.