From 30fcb3a49338519631a961e594352f06aeafe5dc Mon Sep 17 00:00:00 2001 From: Steven Franke Date: Tue, 4 Apr 2017 22:23:03 +0000 Subject: [PATCH] Minor tweaks. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7630 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- lib/fsk4hf/ldpcsim120.f90 | 3 ++- lib/fsk4hf/ldpcsim168.f90 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/fsk4hf/ldpcsim120.f90 b/lib/fsk4hf/ldpcsim120.f90 index ba684f88b..a4dd4026b 100644 --- a/lib/fsk4hf/ldpcsim120.f90 +++ b/lib/fsk4hf/ldpcsim120.f90 @@ -37,7 +37,8 @@ nmpcbad=0 ! Used to collect the number of errors in the message+crc part of the nargs=iargc() if(nargs.ne.3) then print*,'Usage: ldpcsim niter #trials s ' - print*,'eg: ldpcsim 10 1000 0.75' + print*,'eg: ldpcsim 10 1000 0.84' + print*,'If s is negative, then value is ignored and sigma is calculated from SNR.' return endif call getarg(1,arg) diff --git a/lib/fsk4hf/ldpcsim168.f90 b/lib/fsk4hf/ldpcsim168.f90 index ca1bee1e4..a94bcd799 100644 --- a/lib/fsk4hf/ldpcsim168.f90 +++ b/lib/fsk4hf/ldpcsim168.f90 @@ -38,7 +38,8 @@ nmpcbad=0 ! Used to collect the number of errors in the message+crc part of the nargs=iargc() if(nargs.ne.3) then print*,'Usage: ldpcsim niter #trials s ' - print*,'eg: ldpcsim 10 1000 0.75' + print*,'eg: ldpcsim 10 1000 0.84' + print*,'If s is negative, then value is ignored and sigma is calculated from SNR.' return endif call getarg(1,arg)