Correct a few comments.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6133 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2015-11-19 20:51:54 +00:00
parent 88d3e4c27e
commit f6843f00e5

View File

@ -1,6 +1,6 @@
program jt65sim
! Generate simulated data for testing of WSJT-X
! Generate simulated JT65 data for testing WSJT-X
use wavhdr
use packjt
@ -30,7 +30,7 @@ program jt65sim
nargs=iargc()
if(nargs.ne.5) then
print*,'Usage: jt65sim mode nsigs fspread SNR nfiles'
print*,'Example: jt65sim B 10 0.0 -24 1'
print*,'Example: jt65sim A 10 0.2 -24 1'
print*,'Enter SNR = 0 to generate a range of SNRs.'
go to 999
endif