Skip to content
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed May 12, 2015
1 parent 175fbcb commit 8e3b8f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ If `sort = true` the lists are sorted before being returned. Currently, trees wh

```julia
using KDTrees
tree = KDTree(rand(1, 12))
tree2 = KDTree(rand(1, 16))
tree = KDTree(rand(1, 12), reorder = false)
tree2 = KDTree(rand(1, 16), reorder = false)
inball(tree, tree2, 0.1)
```

Expand Down

0 comments on commit 8e3b8f0

Please sign in to comment.