From 8607f261ceca9532e664995ce6105fce03856191 Mon Sep 17 00:00:00 2001 From: Steven Franke Date: Mon, 2 Jan 2017 20:13:47 +0000 Subject: [PATCH] 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 --- lib/msk144d2.f90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/msk144d2.f90 b/lib/msk144d2.f90 index 5accc98ba..19a25a038 100644 --- a/lib/msk144d2.f90 +++ b/lib/msk144d2.f90 @@ -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')