Complete the code cleanup in ft4sim.

This commit is contained in:
Joe Taylor 2019-02-27 09:38:59 -05:00
parent 1c617e2367
commit 5c7e1ba35d
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ program ft4sim
! Get command-line argument(s)
nargs=iargc()
if(nargs.ne.8) then
if(nargs.ne.7) then
print*,'Usage: ft4sim "message" f0 DT fdop del nfiles snr'
print*,'Examples: ft4sim "K1ABC W9XYZ EN37" 1500.0 0.0 0.1 1.0 10 -15'
print*,' ft4sim "WA9XYZ/R KA1ABC/R FN42" 1500.0 0.0 0.1 1.0 10 -15'