Skip to content

Moved cluster max width to a constant rather than an option

Louis Henry requested to merge lohenry-ft-fixClusterMaxWidth into master

The max width of the clustering (4) is, realistically, a constant of the FT operations. Moving this to FT constants makes the code more coherent (and technically removes a running-time variable).

@bleverin do you agree?

Requires Detector!377 (merged)

Edited by Louis Henry

Merge request reports