aboutsummaryrefslogtreecommitdiff
path: root/Mydriver.f
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2021-08-03 14:41:53 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2021-08-03 14:41:53 -0400
commitaf8fa097905186e0d8ba257e4d70d63fe8901264 (patch)
tree647de7ddd01c750e9a80849b3cf79efddf32d4b2 /Mydriver.f
downloadmoog-af8fa097905186e0d8ba257e4d70d63fe8901264.tar.gz
Initial commit
Diffstat (limited to 'Mydriver.f')
-rwxr-xr-xMydriver.f13
1 files changed, 13 insertions, 0 deletions
diff --git a/Mydriver.f b/Mydriver.f
new file mode 100755
index 0000000..7008739
--- /dev/null
+++ b/Mydriver.f
@@ -0,0 +1,13 @@
+
+ subroutine mydriver
+c******************************************************************************
+c This program is a dummy routine now. The user can substitute a new
+c driver in its place, for experimental or specialized MOOG use.
+c******************************************************************************
+
+ implicit real*8 (a-h,o-z)
+
+ return
+
+ end
+