mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Change the indicator from 7 to 6: max number of AP bits is 68.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7337 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
0ae13699df
commit
869d62aae1
@ -239,7 +239,7 @@ contains
|
||||
integer i,nft,nap(0:11)
|
||||
logical is_deep,is_average
|
||||
character decoded*22,csync*2,cflags*3
|
||||
data nap/0,2,4,2,4,5,2,4,7,5,7,7/
|
||||
data nap/0,2,4,2,4,5,2,4,6,5,6,6/
|
||||
|
||||
if(width.eq.-9999.0) stop !Silence compiler warning
|
||||
!$omp critical(decode_results)
|
||||
|
Loading…
Reference in New Issue
Block a user