aboutsummaryrefslogtreecommitdiff
path: root/src/getarg.f
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2009-05-11 00:27:49 +0000
committerDimitri Sokolyuk <demon@dim13.org>2009-05-11 00:27:49 +0000
commit0d4f43d355de79178b1142e9735902cf641670b6 (patch)
tree2ced2323f6351db2a51090b3fd13eb11f69ff53f /src/getarg.f
Xfoil 6.97
Diffstat (limited to 'src/getarg.f')
-rw-r--r--src/getarg.f9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/getarg.f b/src/getarg.f
new file mode 100644
index 0000000..815179e
--- /dev/null
+++ b/src/getarg.f
@@ -0,0 +1,9 @@
+
+ SUBROUTINE GETARG(K,ARG)
+ CHARACTER*(*) ARG
+C
+ CALL GETARG_(K,ARG)
+C
+ RETURN
+ END
+