From ec3a4031a2bae6a35ffd54c6f1bed1eea08613b9 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 18 Jan 2017 21:16:59 +0000 Subject: [PATCH] Increase slimit for red marks; silence a compiler warning. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@7535 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- devsetup.ui | 2 +- libm65/map65a.f90 | 1 + libm65/sync64.f90 | 2 +- mainwindow.cpp | 2 +- plotter.cpp | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/devsetup.ui b/devsetup.ui index 14f7e0ae7..d27769654 100644 --- a/devsetup.ui +++ b/devsetup.ui @@ -340,7 +340,7 @@ - 20 + 40 diff --git a/libm65/map65a.f90 b/libm65/map65a.f90 index 474df469b..c02efd9c3 100644 --- a/libm65/map65a.f90 +++ b/libm65/map65a.f90 @@ -35,6 +35,7 @@ subroutine map65a(dd,ss,savg,newdat,nutc,fcenter,ntol,idphi,nfa,nfb, & mode65=mod(nmode,10) if(mode65.eq.3) mode65=4 modeqra64=nmode/10 + nwrite_qra64=0 bqra64=modeqra64.gt.0 mcall3a=mcall3b diff --git a/libm65/sync64.f90 b/libm65/sync64.f90 index 7c65780dd..eb909eb52 100644 --- a/libm65/sync64.f90 +++ b/libm65/sync64.f90 @@ -136,7 +136,7 @@ subroutine sync64(c0,nf1,nf2,nfqso,ntol,mode64,emedelay,dtx,f0,jpk,sync, & rms2=sqrt(sq/40.0) sync2=10.0*log10(a(2)/rms2) - slimit=3.0 + slimit=6.0 rewind 17 ! rewind 76 do i=2,iz-2*nskip-1,3 diff --git a/mainwindow.cpp b/mainwindow.cpp index f9361fb62..3cc26360a 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1,4 +1,4 @@ -//--------------------------------------------------------------- MainWindow +//---------------------------------------------------------------- MainWindow #include "mainwindow.h" #include "ui_mainwindow.h" #include "devsetup.h" diff --git a/plotter.cpp b/plotter.cpp index 0db891927..bff636a20 100644 --- a/plotter.cpp +++ b/plotter.cpp @@ -258,7 +258,7 @@ void CPlotter::draw(float s[], int i0, float splot[]) //draw() void CPlotter::UTCstr() { - int ihr,imin,isec; + int ihr,imin; if(datcom_.ndiskdat != 0) { ihr=datcom_.nutc/100; imin=(datcom_.nutc) % 100;