mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-01 05:32:31 -04:00
Fix one more compiler warning.
This commit is contained in:
parent
b9d33bc998
commit
353edc4718
@ -12,6 +12,6 @@ subroutine pctile(x,npts,npct,xpct)
|
|||||||
if(j.gt.npts) j=npts
|
if(j.gt.npts) j=npts
|
||||||
xpct=tmp(j)
|
xpct=tmp(j)
|
||||||
|
|
||||||
900 continue
|
continue
|
||||||
return
|
return
|
||||||
end subroutine pctile
|
end subroutine pctile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user