mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Fix two longstanding errors in extract.f90.
This commit is contained in:
parent
b14e50312f
commit
79d3086279
@ -98,7 +98,7 @@ subroutine extract(s3,nadd,ncount,nhist,decoded,ltext)
|
|||||||
itmp(i)=correct(64-i)
|
itmp(i)=correct(64-i)
|
||||||
enddo
|
enddo
|
||||||
correct(1:63)=itmp(1:63)
|
correct(1:63)=itmp(1:63)
|
||||||
call interleave63(correct,63,1)
|
call interleave63(correct,1)
|
||||||
call graycode65(correct,63,1)
|
call graycode65(correct,63,1)
|
||||||
call unpackmsg(dat4,decoded) !Unpack the user message
|
call unpackmsg(dat4,decoded) !Unpack the user message
|
||||||
ncount=0
|
ncount=0
|
||||||
@ -120,7 +120,7 @@ subroutine getpp(workdat,p)
|
|||||||
|
|
||||||
a(1:63)=workdat(63:1:-1)
|
a(1:63)=workdat(63:1:-1)
|
||||||
call interleave63(a,1)
|
call interleave63(a,1)
|
||||||
call graycode(a,63,1,a)
|
call graycode(a,63,1)
|
||||||
|
|
||||||
psum=0.
|
psum=0.
|
||||||
do j=1,63
|
do j=1,63
|
||||||
|
Loading…
Reference in New Issue
Block a user