mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05: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
|
||||
xpct=tmp(j)
|
||||
|
||||
900 continue
|
||||
continue
|
||||
return
|
||||
end subroutine pctile
|
||||
|
Loading…
Reference in New Issue
Block a user