[geos-devel] source/index/quadtree/Root.cpp
strk at refractions.net
strk at refractions.net
Thu Aug 31 19:14:01 EDT 2006
Committed. Thanks.
--strk;
On Sat, Aug 19, 2006 at 05:29:54AM -0400, José De Fabriziis wrote:
> file:
> source/index/quadtree/Root.cpp
>
> method:
> Root::insertContained()
>
> The following:
> bool isZeroY=IntervalSize::isZeroWidth(itemEnv->getMinX(),itemEnv->getMaxX());
>
>
> Should be:
> bool isZeroY=IntervalSize::isZeroWidth(itemEnv->getMinY(),itemEnv->getMaxY());
More information about the geos-devel
mailing list