mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-08-14 07:23:39 -04:00
Remove a redundant file reference in CMakeLists.txt. Fix call to unpck77 in genft2.f90
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ subroutine genft2(msg0,ichk,msgsent,i4tone,itype)
|
||||
i3=-1
|
||||
n3=-1
|
||||
call pack77(message,i3,n3,c77)
|
||||
call unpack77(c77,msgsent,unpk77_success) !Unpack to get msgsent
|
||||
call unpack77(c77,0,msgsent,unpk77_success) !Unpack to get msgsent
|
||||
|
||||
if(ichk.eq.1) go to 999
|
||||
read(c77,"(77i1)") msgbits
|
||||
|
||||
Reference in New Issue
Block a user