adjust encode77 for the new unpack77() calling sequence.

This commit is contained in:
Joe Taylor 2018-12-23 15:28:42 -05:00
parent 86bc2cf1fb
commit 12a328ecbe

View File

@ -34,7 +34,7 @@ program encode77
i3=-1 i3=-1
n3=-1 n3=-1
call pack77(msg0(1:37),i3,n3,c77) call pack77(msg0(1:37),i3,n3,c77)
call unpack77(c77,msg,unpk77_success) call unpack77(c77,1,msg,unpk77_success)
cerr=' ' cerr=' '
if(msg.ne.msg0(1:37)) cerr='*' if(msg.ne.msg0(1:37)) cerr='*'
if(i3.eq.0) write(*,1004) i3,n3,cerr,msg0(1:37),msg if(i3.eq.0) write(*,1004) i3,n3,cerr,msg0(1:37),msg