mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-23 18:02:29 -04:00
Allow 2-digit input of ndepth in test_q65.
This commit is contained in:
parent
abe06e5dbb
commit
d3ed0be318
@ -73,8 +73,8 @@ program test_q65
|
||||
write(cmd1(55:59),'(i5)') nfiles
|
||||
|
||||
write(cmd2(11:13),'(i3)') ntrperiod
|
||||
write(cmd2(33:33),'(i1)') ndepth
|
||||
cmd2(38:38)=csubmode
|
||||
write(cmd2(33:34),'(i2)') ndepth
|
||||
cmd2(39:39)=csubmode
|
||||
call system('rm -f *.wav')
|
||||
|
||||
! call qra_params(ndepth,maxaptype,idf0max,idt0max,ibwmin,ibwmax,maxdist)
|
||||
|
Loading…
x
Reference in New Issue
Block a user