Remove the QRA64 test on sync2 -- it was not helpful.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7413 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2016-12-20 14:09:45 +00:00
parent e4c5811ac3
commit c3b52ab787
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ subroutine qra64a(dd,npts,nutc,nf1,nf2,nfqso,ntol,mode64,minsync,ndepth, &
call sync64(c00,nf1,nf2,nfqso,ntol,mode64,dtx,f0,jpk0,sync,sync2,width)
call timer('sync64 ',1)
nfreq=nint(f0)
if((sync-3.4).lt.float(minsync) .or. sync2.lt.-5.0 .or.width.gt.340.0) go to 900
if((sync-3.4).lt.float(minsync) .or.width.gt.340.0) go to 900
a=0.
a(1)=-f0
npts2=npts/2