Took debugging part

This commit is contained in:
Dongryeol Lee
2007-10-08 18:20:00 +00:00
parent f37da7aeec
commit 8e30fbb9f8
-4
View File
@@ -465,10 +465,6 @@ class FastKde {
// this is total error for each query point
double error = m * num_references;
/*** DEBUGGINGIGNGI! */
PrunableEnhanced(qnode, rnode);
/*** END DEBUG!!! */
// check pruning condition
if(error <= allowed_err) {
dt_ = num_references *