mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-26 22:28:41 -05:00
Add rudimentary sanity checks to the values parsed from FST4W_ALSO_FST4.
This commit is contained in:
parent
ebb6e5b697
commit
41258a5ddc
@ -275,6 +275,7 @@ contains
|
||||
if(iwspr.eq.1 .and. nlength.eq.8) then
|
||||
read(s_nfa_nfb,"(i4.4,i4.4)") nfa_mode2,nfb_mode2
|
||||
nmode=2
|
||||
if(nfa_mode2.lt.100 .or. nfb_mode2.gt.4910 .or. nfb_mode2.le.nfa_mode2) nmode=1
|
||||
endif
|
||||
|
||||
do imode=1,nmode
|
||||
|
Loading…
Reference in New Issue
Block a user