Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sssshist stores a histogram of how often each ssss value is used. There are 16 of them, from 1-16. Though 0 is unused, it's more convenient to index the elements by ssss so, rather than subtract one before indexing, we will make the array larger by one element. This fixes #266
- Loading branch information