Skip to content

Use std::lower_bound instead of TbClusterFinder in TbClusterPlots.

Heinrich Schindler requested to merge cluster-plots into master

TbClusterPlots was printing out warnings

"Cluster time below reference cluster time. Program bug."

when filling the correlation and difference plots. Fixed by using std::lower_bound instead of the TbClusterFinder tool. It would nevertheless be good to debug TbClusterFinder.

Merge request reports