mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-23 12:38:53 -04:00
Fix defect in sfrsd2 acceptance criteria.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6226 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
16ef3264eb
commit
7697fbe072
@ -248,12 +248,13 @@ NB: j is the symbol-vector index of the symbol with rank i.
|
||||
nera_best=numera;
|
||||
ntry[0]=k;
|
||||
}
|
||||
if(ntotal_min<72 && nhard_min<42) break;
|
||||
// if(ntotal_min<72 && nhard_min<42) break;
|
||||
if(ntotal_min<76 && nhard_min<44) break;
|
||||
}
|
||||
if(k == ntrials) ntry[0]=k;
|
||||
}
|
||||
|
||||
if( ntotal_min>=76 || nhard>=44 ) {
|
||||
if( ntotal_min>=76 || nhard_min>=44 ) {
|
||||
nhard_min=-1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user