mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-19 10:32:02 -05:00
04e765c605
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6515 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
11 lines
149 B
Fortran
11 lines
149 B
Fortran
module jt65_mod
|
|
|
|
integer param(0:9)
|
|
integer mrs(63)
|
|
integer mrs2(63)
|
|
|
|
real s1(-255:256,126)
|
|
real s3a(64,63)
|
|
|
|
end module jt65_mod
|