Skip to content

Commit

Permalink
Missing S in B737 Tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
planes authored Jan 17, 2017
1 parent 0007572 commit e38f004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tut_mission_B737.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def vehicle_setup():
wing.tag = 'vertical_stabilizer'

wing.aspect_ratio = 1.91
wing.sweep.quarter_chord = 25. * Units.deg
wing.sweeps.quarter_chord = 25. * Units.deg
wing.thickness_to_chord = 0.08
wing.taper = 0.25
wing.span_efficiency = 0.9
Expand Down

0 comments on commit e38f004

Please sign in to comment.