Compile error root 6.26/06

The “ch_roi[0][i]” and “ch_roi[1][i]” do not make sense.
You should use “ch_roi->at(0)” and “ch_roi->at(1)” instead.

Try a simple “analysis skeleton”: dstree->MakeClass();