Changeset 862:e1f5dddc266d
- Timestamp:
- 06/18/17 17:44:30 (7 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/acft.py
r861 r862 1266 1266 #--------------------------------------------------------------------------------------- 1267 1267 1268 def getClass(aircraftType): 1269 """Get the class representing the given aircraft types""" 1270 return _classes[aircraftType] 1271 1272 #--------------------------------------------------------------------------------------- 1273 1268 1274 if __name__ == "__main__": 1269 1275 value = SmoothedValue()
Note:
See TracChangeset
for help on using the changeset viewer.