aboutsummaryrefslogtreecommitdiff
path: root/src/getarg.f
diff options
context:
space:
mode:
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
+