Skip to content

Prevent usage of histograms with wrong number of coordinates

Sebastien Ponce requested to merge sponce_histo2dBug into master

One used to be able to use e.g. a 2D histogram with a syntac like ++histo[singleNumber] The second and missing number wa simply set to 0.

This is now creating a compilation error and a test was added to check that error

Closes #226 (closed)

Edited by Sebastien Ponce

Merge request reports