mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-01 08:07:10 -04:00
507e318193
in submodes JT65B, C. More changes still to come! git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6535 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
14 lines
251 B
Fortran
14 lines
251 B
Fortran
module jt65_mod
|
|
|
|
integer param(0:9)
|
|
integer mrs(63)
|
|
integer mrs2(63)
|
|
integer mdat(126),mref(126,2),mdat2(126),mref2(126,2) !From prcom
|
|
|
|
real s1(-255:256,126)
|
|
real s3a(64,63)
|
|
real pr(126)
|
|
real width
|
|
|
|
end module jt65_mod
|