aboutsummaryrefslogtreecommitdiff
path: root/Mydriver.f
blob: 70087397e76e946d913febf8ffb8f650bcc9216d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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