From d165532dc562db095aa81c3e377aa6fd8cf73336 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 17 Dec 2020 19:06:07 -0500 Subject: [PATCH] Oops! Committed the wrong version of q65_decode.f90. --- lib/q65_decode.f90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/q65_decode.f90 b/lib/q65_decode.f90 index 507ce29e3..538ecf698 100644 --- a/lib/q65_decode.f90 +++ b/lib/q65_decode.f90 @@ -26,7 +26,7 @@ module q65_decode contains subroutine decode(this,callback,iwave,nutc,ntrperiod,nsubmode,nfqso, & - ntol,ndepth,mycall,hiscall,hisgrid,nQSOprogress,ncontest,lapcqonly) + ntol,ndepth,emedelay,mycall,hiscall,hisgrid,nQSOprogress,ncontest,lapcqonly) ! Decodes Q65 signals ! Input: iwave Raw data, i*2 @@ -94,7 +94,7 @@ contains call q65_enc(dgen,codewords) !Initialize Q65 call timer('sync_q65',0) call q65_sync(nutc,iwave,ntrperiod*12000,mode65,codewords,ncw,nsps, & - nfqso,ntol,xdt,f0,snr1,dat4,snr2,id1) + nfqso,ntol,emedelay,xdt,f0,snr1,dat4,snr2,id1) call timer('sync_q65',1) if(id1.eq.1) then xdt1=xdt