aboutsummaryrefslogtreecommitdiff
path: root/src/XDES.INC
blob: 1dce5a1678b86c2470a8e302e619807e3f0d56c4 (plain)
1
2
3
4
5
6
7
8
C     INCLUDE file for XFOIL design routines...
C
C---- Statement functions used to offset and scale all plots with blowups
      XMOD(XTMP) = XSF * (XTMP - XOFF)
      YMOD(YTMP) = YSF * (YTMP - YOFF)
C
      YMODP(YTMP) = YSFP * (YTMP - YOFF)
C