From 978fe1a81bd881aae483b601d5dad18baea09f4f Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 28 Aug 2012 19:01:05 +0000 Subject: [PATCH] More usage information for mapsim command. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2536 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- libm65/mapsim.f90 | 4 ++++ mainwindow.cpp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libm65/mapsim.f90 b/libm65/mapsim.f90 index 0ef239484..f71d6070a 100644 --- a/libm65/mapsim.f90 +++ b/libm65/mapsim.f90 @@ -15,6 +15,10 @@ program mapsim if(nargs.ne.9) then print*,'Usage: mapsim level "message" mode f1 f2 nsigs pol SNR nfiles' print*,'Example: 25 "CQ K1ABC FN42" B -22 33 20 45 -20 1' + print*,' ' + print*,'Enter message = "" to use entries in msgs.txt.' + print*,'Enter pol = -1 to generate a range of polarization angles.' + print*,'Enter SNR = 0 to generate a range of SNRs.' go to 999 endif diff --git a/mainwindow.cpp b/mainwindow.cpp index 7af9d00d3..f610e7aa1 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1,4 +1,4 @@ -//--------------------------------------------------------------- MainWindow +//-------------------------------------------------------------- MainWindow #include "mainwindow.h" #include "ui_mainwindow.h" #include "devsetup.h"