Skip to content

Commit

Permalink
Merge pull request #27 from sn1979c/master
Browse files Browse the repository at this point in the history
a small bug
  • Loading branch information
chiefenne authored Jan 16, 2022
2 parents b8a7c48 + bac4625 commit 1648579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BatchMode.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def run_batch(self):
side='upper')

trailing.trailingEdge(blend=te['Lower side blending length'] / 100.0,
ex=te['Upper blending polynomial exponent'],
ex=te['Lower blending polynomial exponent'],
thickness=te['Trailing edge thickness relative to chord'],
side='lower')

Expand Down

0 comments on commit 1648579

Please sign in to comment.