ALGO: rename wrongly named RangeSearch to QuadTree

This commit is contained in:
2014-11-15 14:24:24 +01:00
parent 333e2f54b6
commit 0b3c7d2100
7 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ module Parser.PathParser where
import Control.Applicative
import Parser.Core
import Algorithms.RangeSearch.QuadTree (Quad(NW, NE, SW, SE), Orient(North, South, West, East))
import Algorithms.QuadTree.QuadTree (Quad(NW, NE, SW, SE), Orient(North, South, West, East))
-- |Parse a string such as "ne, n, sw, e" into