mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Fix the sign of i3 when trying to subtract a type message.
This commit is contained in:
parent
385cda8e01
commit
9295726931
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user