mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-24 10:22:26 -04:00
Improve an error message regarding suspect data.
Don't zero dd() when data come from disk. Some code cleanup. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2470 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
ec56fd6912
commit
0dbc60eb72
@ -922,7 +922,7 @@
|
|||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>Si570</string>
|
<string>Si570</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
<widget class="QWidget" name="layoutWidget">
|
<widget class="QWidget" name="layoutWidget_6">
|
||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
<rect>
|
<rect>
|
||||||
<x>70</x>
|
<x>70</x>
|
||||||
|
@ -194,8 +194,8 @@ subroutine map65a(dd,ss,savg,newdat,nutc,fcenter,ntol,idphi,nfa,nfb, &
|
|||||||
if((nqd.eq.1 .and. ntry.ge.40) .or. &
|
if((nqd.eq.1 .and. ntry.ge.40) .or. &
|
||||||
(nqd.eq.0 .and. ntry.ge.400)) then
|
(nqd.eq.0 .and. ntry.ge.400)) then
|
||||||
! Too many calls to decode1a!
|
! Too many calls to decode1a!
|
||||||
write(*,*) '! Signal too strong? Decoding aborted.'
|
write(*,*) '! Signal too strong, or suspect data? Decoding aborted.'
|
||||||
write(13,*) 'Signal too strong? Decoding aborted.'
|
write(13,*) 'Signal too strong, or suspect data? Decoding aborted.'
|
||||||
call flush(13)
|
call flush(13)
|
||||||
go to 999
|
go to 999
|
||||||
endif
|
endif
|
||||||
|
@ -49,7 +49,7 @@ subroutine symspec(k,nxpol,ndiskdat,nb,nbslider,idphi,nfsample,fgreen, &
|
|||||||
savg=0.
|
savg=0.
|
||||||
ihsym=0
|
ihsym=0
|
||||||
k1=0
|
k1=0
|
||||||
dd(1:4,k+1:5760000)=0. !### Should not be needed ??? ###
|
if(ndiskdat.eq.0) dd(1:4,k+1:5760000)=0. !### Should not be needed ??? ###
|
||||||
endif
|
endif
|
||||||
k0=k
|
k0=k
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//-------------------------------------------------------------- MainWindow
|
//------------------------------------------------------------- MainWindow
|
||||||
#include "mainwindow.h"
|
#include "mainwindow.h"
|
||||||
#include "ui_mainwindow.h"
|
#include "ui_mainwindow.h"
|
||||||
#include "devsetup.h"
|
#include "devsetup.h"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[Setup]
|
[Setup]
|
||||||
AppName=MAP65
|
AppName=MAP65
|
||||||
AppVerName=MAP65 Version 2.3.0 r2465
|
AppVerName=MAP65 Version 2.3.0 r2470
|
||||||
AppCopyright=Copyright (C) 2001-2012 by Joe Taylor, K1JT
|
AppCopyright=Copyright (C) 2001-2012 by Joe Taylor, K1JT
|
||||||
DefaultDirName=c:\MAP65
|
DefaultDirName=c:\MAP65
|
||||||
DefaultGroupName=MAP65
|
DefaultGroupName=MAP65
|
||||||
|
Loading…
x
Reference in New Issue
Block a user