mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-23 20:48:33 -04:00
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
This commit is contained in:
parent
aeae8dd2a9
commit
ec3a4031a2
@ -340,7 +340,7 @@
|
||||
<item>
|
||||
<widget class="QSpinBox" name="timeoutSpinBox">
|
||||
<property name="maximum">
|
||||
<number>20</number>
|
||||
<number>40</number>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
//--------------------------------------------------------------- MainWindow
|
||||
//---------------------------------------------------------------- MainWindow
|
||||
#include "mainwindow.h"
|
||||
#include "ui_mainwindow.h"
|
||||
#include "devsetup.h"
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user