mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-26 22:28:41 -05:00
Corrected statement order in short65.f.
Added a line for Canvas font in wsjtrc. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@300 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
6adbf82f6f
commit
308e0e4fdc
@ -125,8 +125,8 @@ C Find strongest line in each of the 4 phases, repeating for each drift rate.
|
||||
10 enddo
|
||||
|
||||
if(nstest.eq.0) nspecialbest=0
|
||||
df4=4.0*df
|
||||
if(nstest.gt.0) then
|
||||
df4=4.0*df
|
||||
|
||||
if(ipk1.gt.ipk2) then
|
||||
ntmp=n1
|
||||
|
2
wsjt.py
2
wsjt.py
@ -1,4 +1,4 @@
|
||||
#------------------------------------------------------------------- WSJT
|
||||
#------------------------------------------------------------------ WSJT
|
||||
# $Date$ $Revision$
|
||||
#
|
||||
from Tkinter import *
|
||||
|
Loading…
Reference in New Issue
Block a user