Skip to content

Commit

Permalink
Fix variable name.
Browse files Browse the repository at this point in the history
  • Loading branch information
alanwatsonforster committed Oct 6, 2023
1 parent d551d76 commit e4a14df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airpower/aircraft/_speed.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def _startmovespeed(self, power, flamedoutfraction):
if powerapAB != None:
powerapAB = max(0.5, twothirds(powerapAB))
elif self._altitudeband == "EH" or self._altitudeband == "UH":
powerapM = max(0.5, onethird(poweapM))
powerapM = max(0.5, onethird(powerapM))
if powerapAB != None:
powerapAB = max(0.5, onethird(powerapAB))

Expand Down

0 comments on commit e4a14df

Please sign in to comment.