Skip to content

Updating convertHistogramToSymMatrix function in TQHistogramUtils.cxx

Federica Pasquali requested to merge patch-1 into master

Release notes

convertHistogramToSymMatrix had two ! missing in lines 8320 and 8321. This function checks if the matrix to invert is invertible. NULL is the value that needs to be returned if the matrix is NOT alphanumeric, and not in the other way around.

Details

Merge request reports