Fix the sign of i3 when trying to subtract a type message.

This commit is contained in:
Steve Franke 2018-07-03 11:24:42 -05:00
parent 385cda8e01
commit 9295726931
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ subroutine ft8b_1(dd0,newdat,nQSOProgress,nfqso,nftx,ndepth,lapon,lapcqonly, &
call extractmessage174(decoded,message,ncrcflag)
decoded=decoded0
! This needs fixing for messages with i3bit=1:
i3=1 !TEMPORARY
i3=-1 !TEMPORARY
n3=0
call genft8(message,mygrid6,bcontest,i3,0,msgsent,msgbits,itone)
if(lsubtract) call subtractft8(dd0,itone,f1,xdt2)