Tweaked ibuf0 in fivehz.f90 to give DT=0 with local SimJT.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@88 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2006-01-11 20:17:51 +00:00
parent d7c23a875a
commit d462134d7e
1 changed files with 2 additions and 0 deletions

View File

@ -91,6 +91,8 @@ subroutine fivehz
if(ntr.ne.ntr0) then
ibuf0=ibuf !Start of new sequence, save ibuf
ibuf0=ibuf0-3 !Tweak the Rx start time
if(ibuf0.lt.1) ibuf0=ibuf0+1024
! if(mode(1:4).ne.'JT65') then
! ibuf0=ibuf0+3 !So we don't copy our own Tx
! if(ibuf0.gt.1024) ibuf0=ibuf0-1024