MENG2010/java-algorithms-implementation

XYZPoint 3-value constructor takes int for y (instead of double)

Closed this issue · 1 comments

https://code.google.com/p/java-algorithms-implementation/source/browse/trunk/src
/com/jwetherell/algorithms/data_structures/KdTree.java#563


It looks like this was missed to the conversion to double in r351.

Original issue reported on code.google.com by ago...@google.com on 3 May 2013 at 2:39

Thanks! revision 437

Original comment by phishman3579@gmail.com on 14 Nov 2013 at 10:28

  • Changed state: Fixed