Unsafe comparison operators in Calo
Some operator== in the Calo code are unsafe, due to internal floating point comparisons. They actually lead to compilation warning when enabling -Wfloat.
Here is the list of such issues :
Edited by Sebastien Ponce