This commit is contained in:
Garry Boyer
2007-09-01 15:49:46 +00:00
parent 628a1901fe
commit a2d3c321d0
+2 -1
View File
@@ -42,7 +42,6 @@ class DualTreeDepthFirst {
const typename GNP::RNode *r_root_;
bool do_naive_;
//datanode *datanode_;
uint64 n_naive_;
uint64 n_pre_naive_;
uint64 n_recurse_;
@@ -77,7 +76,9 @@ class DualTreeDepthFirst {
}
private:
COMPILER_NOINLINE
void Begin_(index_t q_root_index);
COMPILER_NOINLINE
void Pair_(
const typename GNP::QNode *q_node,
const typename GNP::RNode *r_node,