mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-07 08:24:53 -04:00
Starting work toward operator management of Q65-Pileup's q3list.
This commit is contained in:
+2
-1
@@ -1,4 +1,4 @@
|
||||
subroutine get_q3list(fname,nlist,list)
|
||||
subroutine get_q3list(fname,bDiskData,nlist,list)
|
||||
|
||||
type q3list
|
||||
character*6 call
|
||||
@@ -11,6 +11,7 @@ subroutine get_q3list(fname,nlist,list)
|
||||
character*(*) fname
|
||||
character*36 list(40)
|
||||
character*8 grid6
|
||||
logical*1 bDiskData
|
||||
integer time
|
||||
integer nt(8)
|
||||
integer indx(MAX_CALLERS)
|
||||
|
||||
Reference in New Issue
Block a user