mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-10-31 23:57:10 -04:00
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
|