OSDN Git Service

MOPAC 6.06 is included in the binary
[molby/Molby.git] / mopac606_nbo / src / date.f
1       subroutine date(a)
2       character a*24
3       call fdate(a)
4       return
5       end