more clean up

This commit is contained in:
sejo 2021-12-03 22:01:53 -06:00
parent 5082a31816
commit b39cb8dd7e
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ END{
countb += substr(b[i],nbit+1,1)
}
}
print length(sela), length(selb)
bita = counta>=(length(sela)/2)
bitb = countb<(length(selb)/2)
delete a; delete b;