Further adjustments to sync64; extend QRA64 data length to 54 s; some code cleanup.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7414 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2016-12-20 21:27:23 +00:00
parent 8edf9c7dc3
commit ba4f0f1271
3 changed files with 16 additions and 27 deletions
+1
View File
@@ -73,6 +73,7 @@ subroutine multimode_decoder(ss,id2,params,nfsample)
endif
npts65=52*12000
if(params%nmode.eq.164) npts65=54*12000
if(baddata(id2,npts65)) then
nsynced=0
ndecoded=0