mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-04 18:38:43 -04:00
Cleanup.
This commit is contained in:
parent
7804716991
commit
9642d41c6d
@ -22,8 +22,8 @@ program sfoxtest
|
||||
|
||||
nargs=iargc()
|
||||
if(nargs.ne.8) then
|
||||
print*,'Usage: synctest f0 DT fspread delay width nran nfiles snr'
|
||||
print*,'Example: synctest 1500.0 0.15 0.5 1.0 100 0 10 -10'
|
||||
print*,'Usage: sfoxtest f0 DT fspread delay width nran nfiles snr'
|
||||
print*,'Example: sfoxtest 1500.0 0.15 0.5 1.0 100 0 10 -10'
|
||||
go to 999
|
||||
endif
|
||||
call getarg(1,arg)
|
||||
@ -137,6 +137,7 @@ program sfoxtest
|
||||
write(*,1120) nharderr
|
||||
1120 format('Hard errors:',i4)
|
||||
endif
|
||||
|
||||
if(nharderr.le.38) ngood=ngood+1 !(125-49)/2 = 38
|
||||
! write(13,1200) ifile,snr,ferr,terr,nharderr
|
||||
!1200 format(i5,3f10.3,i5)
|
||||
|
Loading…
Reference in New Issue
Block a user