mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-28 23:28:49 -05:00
Define the expected file length for FT4 data.
This commit is contained in:
parent
5826aefedc
commit
655e0029fd
@ -224,7 +224,7 @@ program jt9
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
shared_data%id2=0 !??? Why is this necessary ???
|
shared_data%id2=0 !??? Why is this necessary ???
|
||||||
|
if(mode.eq.5) npts=62208
|
||||||
do iblk=1,npts/kstep
|
do iblk=1,npts/kstep
|
||||||
k=iblk*kstep
|
k=iblk*kstep
|
||||||
if(mode.eq.8 .and. k.gt.179712) exit
|
if(mode.eq.8 .and. k.gt.179712) exit
|
||||||
|
Loading…
Reference in New Issue
Block a user