mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-16 17:11:53 -05:00
Broke a long line into two, for g77/g95.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@233 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
92850a11f1
commit
73c1bf3715
2
wsjt.py
2
wsjt.py
@ -1,4 +1,4 @@
|
|||||||
#------------------------------------------------------------------ WSJT
|
#------------------------------------------------------------------- WSJT
|
||||||
|
|
||||||
from Tkinter import *
|
from Tkinter import *
|
||||||
from tkFileDialog import *
|
from tkFileDialog import *
|
||||||
|
3
wsjt1.F
3
wsjt1.F
@ -223,7 +223,8 @@ C Intentionally degrade SNR by -nclip dB.
|
|||||||
call syncf0(dat,jz,NFreeze,DFTolerance,jstart,f0,smax)
|
call syncf0(dat,jz,NFreeze,DFTolerance,jstart,f0,smax)
|
||||||
call synct(dat,jz,jstart,f0,smax)
|
call synct(dat,jz,jstart,f0,smax)
|
||||||
call syncf1(dat,jz,jstart,f0,NFreeze,DFTolerance,smax,red)
|
call syncf1(dat,jz,jstart,f0,NFreeze,DFTolerance,smax,red)
|
||||||
if(NFreeze.gt.0 .and. abs(f0-f00).gt.float(DFTolerance)) go to 800
|
if(NFreeze.gt.0 .and. abs(f0-f00).gt.float(DFTolerance))
|
||||||
|
+ go to 800
|
||||||
|
|
||||||
f0a=f0
|
f0a=f0
|
||||||
do i=1,512
|
do i=1,512
|
||||||
|
Loading…
Reference in New Issue
Block a user