Skip to content
Snippets Groups Projects
Commit 18efde73 authored by jpan's avatar jpan
Browse files

git-svn-id: https://kforge.ros.org/fcl/fcl_ros@119 253336fb-580f-4252-a368-f3cef5a2a82b
parent 7240adca
No related branches found
No related tags found
No related merge requests found
......@@ -471,8 +471,8 @@ public:
}
NodeType* node = createNode(NULL, vol, NULL);
node->childs[0] = topdown(lbeg, lcenter, bu_threshold);
node->childs[1] = topdown(lcenter, lend, bu_threshold);
node->childs[0] = topdown2(lbeg, lcenter, bu_threshold);
node->childs[1] = topdown2(lcenter, lend, bu_threshold);
node->childs[0]->parent = node;
node->childs[1]->parent = node;
return node;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment