mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-23 20:48:33 -04:00
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5541 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
9 lines
179 B
Fortran
9 lines
179 B
Fortran
subroutine hopping(nyear,month,nday,uth,mygrid,nduration,isun)
|
|
|
|
character*6 mygrid
|
|
|
|
call grayline(nyear,month,nday,uth,mygrid,nduration,isun)
|
|
|
|
return
|
|
end subroutine hopping
|