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