divyang4481 / accord

Automatically exported from code.google.com/p/accord
0 stars 0 forks source link

Traverse a KDTree #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to traverse automatically a KDtree<double> using the foreach(...).
2. The output is empty.

What is the expected output? What do you see instead?
A list of KDTreeNode<double>.

What version of the product are you using? On what operating system?
2.8.1

Please provide any additional information below.
Looking at the source code, the condition stack.Count == 0 is wrong. it should 
be stack.Count != 0.

Original issue reported on code.google.com by diego.to...@gmail.com on 10 Jan 2013 at 11:56

GoogleCodeExporter commented 9 years ago
Thanks for reporting, the fix will be available in the next release.

Original comment by cesarso...@gmail.com on 15 Jan 2013 at 2:42

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r479.

Original comment by cesarso...@gmail.com on 23 Feb 2013 at 4:51