Fix typo.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7706 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2017-06-07 18:28:38 +00:00
parent 76685f5a40
commit 6e3aae5cc1
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ program msk144sim
call getarg(5,arg)
read(arg,*) snrdb
call getarg(6,arg)
+ read(arg,*) nfiles
read(arg,*) nfiles
!sig is the peak amplitude of the ping.
sig=sqrt(2.0)*10.0**(0.05*snrdb)