Make msk144d2 -e (Eve mode) option work.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7443 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Steven Franke 2017-01-02 20:13:47 +00:00
parent a65ebafd48
commit 8607f261ce
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ program msk144d2
type (option) :: long_options(9) = [ &
option ('ndepth',.true.,'c','ndepth',''), &
option ('dxcall',.true.,'d','hiscall',''), &
option ('evemode',.true.,'e','',''), &
option ('evemode',.true.,'e','Must be used with -s.',''), &
option ('frequency',.true.,'f','rxfreq',''), &
option ('help',.false.,'h','Display this help message',''), &
option ('mycall',.true.,'m','mycall',''), &
@ -59,7 +59,7 @@ program msk144d2
case ('d')
read (optarg(:narglen), *) hiscall
case ('e')
t0=1e-4
bswl=.true.
case ('f')
read (optarg(:narglen), *) nrxfreq
case ('h')