Skip to content

Commit 7004c06

Browse files
committed
fix
1 parent 7aaf9a6 commit 7004c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/main.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace py = pybind11;
77

88
using T = int64_t; // is a temporary type of template. You can change it and
99
// recompile this.
10-
const int B = 2; // the number of children of tree.
10+
const int B = 8; // the number of children of tree.
1111

1212
PYBIND11_MODULE(PRTree, m)
1313
{

0 commit comments

Comments
 (0)