mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 20:28:42 -05:00
Remove a stray minus sign in jt65sim.f90.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6220 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
f0c01470bb
commit
057750714e
@ -141,7 +141,7 @@ program jt65sim
|
|||||||
|
|
||||||
do i=1,NH
|
do i=1,NH
|
||||||
f=i*df
|
f=i*df
|
||||||
x=-f/fspread
|
x=f/fspread
|
||||||
z=0.
|
z=0.
|
||||||
a=0.
|
a=0.
|
||||||
if(x.lt.50.0) then
|
if(x.lt.50.0) then
|
||||||
|
Loading…
Reference in New Issue
Block a user