diff --git a/lib/decoder.f90 b/lib/decoder.f90 index ef5e79c01..90e6bfbcb 100644 --- a/lib/decoder.f90 +++ b/lib/decoder.f90 @@ -92,8 +92,8 @@ subroutine decoder(ss,c0) 10 ii=maxloc(ccfred(ia:ib)) i=ii(1) + ia - 1 12 f=(i-1)*df3 - if((i.eq.ipk .or. ccfred(i).ge.3.0) .and. abs(f-fgood).gt.10.0*df8 .and. & - ccfok(i)) then + if((i.eq.ipk .or. (ccfred(i).ge.3.0) .and. abs(f-fgood).gt.10.0*df8 .and. & + ccfok(i))) then call timer('decode9a',0) fpk=1000.0 + df3*(i-1) c1(1:npts8)=conjg(c0(1:npts8)) @@ -135,8 +135,6 @@ subroutine decoder(ss,c0) write(*,1010) nsynced,ndecoded 1010 format('',2i4) - flush(6) - call flush(6) call timer('decoder ',1) diff --git a/mainwindow.cpp b/mainwindow.cpp index 93d8277cb..4df2e61bf 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/wsjtx.iss b/wsjtx.iss index 54400418a..abbc1f45f 100644 --- a/wsjtx.iss +++ b/wsjtx.iss @@ -1,6 +1,6 @@ [Setup] AppName=wsjtx -AppVerName=wsjtx Version 0.7 r3061 +AppVerName=wsjtx Version 0.7 r3062 AppCopyright=Copyright (C) 2001-2013 by Joe Taylor, K1JT DefaultDirName=c:\wsjtx DefaultGroupName=wsjtx