DIAG: add haddock comment to qt

This commit is contained in:
hasufell 2014-11-15 23:22:56 +01:00
parent 98c93cf94d
commit bf596a5842
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 0 deletions

View File

@ -189,6 +189,7 @@ squares = Diag f
-- |Get the quad tree corresponding to the given points and diagram properties.
qt :: [PT] -> DiagProp -> QuadTree PT
qt vt p = quadTree (filterValidPT p vt) (dX p, dY p)