FreeCalypso > hg > freecalypso-reveng
changeset 408:14302e075f37 default tip
hr-bits: further conditionalize SID-1-diff
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 22 Jul 2024 10:06:38 +0000 |
parents | 183e81c8f6c0 |
children | |
files | hr-bits/sid-count.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hr-bits/sid-count.c Mon Jul 22 10:00:58 2024 +0000 +++ b/hr-bits/sid-count.c Mon Jul 22 10:06:38 2024 +0000 @@ -140,7 +140,7 @@ n1n2 = class1_zeros + class2_zeros; fprintf(outf, "%s %u %u", linebuf, class1_zeros, n1n2); - if (n1n2 >= 11 && n1n2 < 16) + if (n1n2 >= 11 && n1n2 < 16 && class1_zeros >= 3) fputs(" SID-1-diff", outf); if (n1n2 >= 16 && n1n2 <= 25) fputs(" BCI-to-BFI", outf);