RooDataHist adjustBinning

Hi,

From root.cern.ch/root/html/src/RooDataHist.cxx.html, at lines 597, 620, 659, 682, 720, 743, the statements like:

[code]if (fabs(xloAdj-xlo)>tolerance||fabs(xhiAdj-xhi)<tolerance) {

if (fabs(yloAdj-ylo)>tolerance||fabs(yhiAdj-yhi)<tolerance) {

if (fabs(zloAdj-zlo)>tolerance||fabs(zhiAdj-zhi)<tolerance) {[/code]

Shouldn’t it be fabs(x1 - x2) > tolerance in all of them?

Thanks,
Jia Fu