Silence several compiler warnings.

This commit is contained in:
Joe Taylor 2021-01-06 12:44:49 -05:00
parent aee0a1e851
commit bc8d134135
3 changed files with 2 additions and 3 deletions

View File

@ -94,7 +94,7 @@ contains
save
this%callback => callback
first_time=nrobust !Silence compiler warning
first_time=nrobust .and. (emedelay.eq.-999.9) !Silence compiler warning
first_time=newdat
dd=dd0
ndecoded=0

View File

@ -12,6 +12,5 @@ subroutine pctile(x,npts,npct,xpct)
if(j.gt.npts) j=npts
xpct=tmp(j)
900 continue
return
end subroutine pctile

View File

@ -37,7 +37,7 @@ subroutine symspec(shared_data,k,TRperiod,nsps,ingain,bLowSidelobes, &
equivalence (xc,cx)
save
if(TRperiod.lt.0.d0) stop !Silence compiler warning
if(TRperiod+npct.eq.-999.9) stop !Silence compiler warning
nfft3=16384 !df=12000.0/16384 = 0.732422
jstep=nsps/2 !Step size = half-symbol in id2()
if(k.gt.NMAX) go to 900