Merge branch 'hotfix-2.0.0-rc6' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc6

This commit is contained in:
Joe Taylor 2018-11-30 08:57:33 -05:00
commit f0feefcfc4
1 changed files with 2 additions and 3 deletions

View File

@ -105,7 +105,6 @@ program jt65sim
end if
case ('M')
read (optarg(:narglen), '(A)',err=10) msg
write(*,*) msg
end select
cycle
10 display_help=.true.
@ -297,9 +296,9 @@ program jt65sim
endif
dat=aimag(cdat) + xnoise !Add the generated noise
dat(1:npts)=aimag(cdat(1:npts)) + xnoise(1:npts) !Add the generated noise
if(snrdb.lt.90.0) then
dat=rms*dat(1:npts)
dat(1:npts)=rms*dat(1:npts)
else
datpk=maxval(abs(dat(1:npts)))
fac=32766.9/datpk