1
0
mirror of https://github.com/saitohirga/WSJT-X.git synced 2025-05-04 00:49:22 -04:00
WSJT-X/lib/77bit/parse77.f90

12 lines
151 B
Fortran
Raw Normal View History

subroutine parse77(msg,i3,n3)
use packjt77
character msg*37,c77*77
i3=-1
n3=-1
call pack77(msg,i3,n3,c77)
return
end subroutine parse77