mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-16 09:01:59 -05:00
Remove some redundant code.
This commit is contained in:
parent
3d8c8e3dd7
commit
ca0804450b
@ -214,15 +214,12 @@ contains
|
|||||||
if(ndepth.eq.3) then
|
if(ndepth.eq.3) then
|
||||||
nblock=4
|
nblock=4
|
||||||
jittermax=2
|
jittermax=2
|
||||||
norder=3
|
|
||||||
elseif(ndepth.eq.2) then
|
elseif(ndepth.eq.2) then
|
||||||
nblock=3
|
nblock=3
|
||||||
jittermax=0
|
jittermax=0
|
||||||
norder=3
|
|
||||||
elseif(ndepth.eq.1) then
|
elseif(ndepth.eq.1) then
|
||||||
nblock=1
|
nblock=1
|
||||||
jittermax=0
|
jittermax=0
|
||||||
norder=3
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ndropmax=1
|
ndropmax=1
|
||||||
|
Loading…
Reference in New Issue
Block a user