diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2021-08-03 14:41:53 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2021-08-03 14:41:53 -0400 |
commit | af8fa097905186e0d8ba257e4d70d63fe8901264 (patch) | |
tree | 647de7ddd01c750e9a80849b3cf79efddf32d4b2 /Mydriver.f | |
download | moog-af8fa097905186e0d8ba257e4d70d63fe8901264.tar.gz |
Initial commit
Diffstat (limited to 'Mydriver.f')
-rwxr-xr-x | Mydriver.f | 13 |
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 + |