mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-13 11:18:42 -04:00
Fix a problem with access to apsym0() array.
This commit is contained in:
@@ -55,7 +55,6 @@ contains
|
||||
integer*2 iwave(NMAX) !Raw data
|
||||
real, allocatable :: dd(:) !Raw data
|
||||
integer dat4(13) !Decoded message as 12 6-bit integers
|
||||
integer apsym0(58),aph10(10)
|
||||
integer apmask1(78),apsymbols1(78)
|
||||
integer dgen(13)
|
||||
integer codewords(63,206)
|
||||
|
||||
@@ -6,6 +6,7 @@ module q65
|
||||
integer iutc(MAXAVE)
|
||||
integer iseq(MAXAVE)
|
||||
integer listutc(10)
|
||||
integer apsym0(58),aph10(10)
|
||||
integer apmask(13),apsymbols(13)
|
||||
integer navg
|
||||
real f0save(MAXAVE)
|
||||
|
||||
Reference in New Issue
Block a user