DARcorporation / xfoil-python

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

How to turn off the output? #26

Open HYB777 opened 10 months ago

HYB777 commented 10 months ago

Hi, I want to know how to turn off the output?

time-trader commented 10 months ago

xf.print = 0

HYB777 commented 10 months ago

xf.print = 0

Thanks a lot!