mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-10 14:23:31 -05: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
a0d4b58f48
commit
ea5939a111
@ -922,7 +922,7 @@
|
||||
<attribute name="title">
|
||||
<string>Si570</string>
|
||||
</attribute>
|
||||
<widget class="QWidget" name="layoutWidget">
|
||||
<widget class="QWidget" name="layoutWidget_6">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<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. &
|
||||
(nqd.eq.0 .and. ntry.ge.400)) then
|
||||
! Too many calls to decode1a!
|
||||
write(*,*) '! Signal too strong? Decoding aborted.'
|
||||
write(13,*) 'Signal too strong? Decoding aborted.'
|
||||
write(*,*) '! Signal too strong, or suspect data? Decoding aborted.'
|
||||
write(13,*) 'Signal too strong, or suspect data? Decoding aborted.'
|
||||
call flush(13)
|
||||
go to 999
|
||||
endif
|
||||
|
@ -49,7 +49,7 @@ subroutine symspec(k,nxpol,ndiskdat,nb,nbslider,idphi,nfsample,fgreen, &
|
||||
savg=0.
|
||||
ihsym=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
|
||||
k0=k
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
//-------------------------------------------------------------- MainWindow
|
||||
//------------------------------------------------------------- MainWindow
|
||||
#include "mainwindow.h"
|
||||
#include "ui_mainwindow.h"
|
||||
#include "devsetup.h"
|
||||
|
Loading…
Reference in New Issue
Block a user