aboutsummaryrefslogtreecommitdiff
path: root/src/XDES.INC
diff options
context:
space:
mode:
Diffstat (limited to 'src/XDES.INC')
-rw-r--r--src/XDES.INC8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/XDES.INC b/src/XDES.INC
new file mode 100644
index 0000000..1dce5a1
--- /dev/null
+++ b/src/XDES.INC
@@ -0,0 +1,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