You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix constructor and deconstructor of the KDTreeIndex::Node. This will cause the serialization work incorrectly in the case of the debug version and when the child pointer is not initialized as NULL automatically.
Because in saving node, serilazation relies on leaf_node = ((child1==NULL) && (child2==NULL)) to determine whether it's leaf or not.
0 commit comments