Silence some compiler warnings.

This commit is contained in:
Joe Taylor 2020-03-17 16:05:02 -04:00
parent 0603f52e75
commit 0926943326
2 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@ subroutine fano232(symbol,nbits,mettab,ndelta,maxcycles,dat, &
np=7
do j=1,nbytes-1
i4a=nstate(np)
dat(j)=i4a
dat(j)=int(i4a,1)
np=np+8
enddo
dat(nbytes)=0

View File

@ -316,7 +316,7 @@ subroutine unpackpfx(ng,call1)
endif
n=n/37
enddo
call1=pfx//'/'//call1
call1=pfx//'/'//call1(1:8)
if(call1(1:1).eq.' ') call1=call1(2:)
if(call1(1:1).eq.' ') call1=call1(2:)
else