DARcorporation / xfoil-python

Stripped down version of XFOIL as compiled python module
GNU General Public License v3.0
87 stars 60 forks source link

Fix aseq skipping last angle #19

Open champagneproblems opened 3 years ago

champagneproblems commented 3 years ago

Due to a bug in how the number of angles of attack in aseq is also used to increment the angles in the loop, this function skips the last angle in the sequence. A simple fix increasing the size of the arrays is proposed.