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:
Joe Taylor 2016-11-23 12:40:48 +00:00
parent 0ae13699df
commit 869d62aae1
1 changed files with 1 additions and 1 deletions

View File

@ -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)