From b810569a61570e1ce32e8a28b9f9141ce42c3b9d Mon Sep 17 00:00:00 2001 From: maxcorsini Date: Thu, 15 Jan 2009 15:31:22 +0000 Subject: [PATCH] use point instead of Point3d in Grid(.) --- vcg/space/index/spatial_hashing.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/space/index/spatial_hashing.h b/vcg/space/index/spatial_hashing.h index ffce997c..31501071 100644 --- a/vcg/space/index/spatial_hashing.h +++ b/vcg/space/index/spatial_hashing.h @@ -199,7 +199,7 @@ namespace vcg{ ///return the simplexes of the cell that contain p - void Grid( const Point3d & p, CellIterator & first, CellIterator & last ) + void Grid( const Point3 & p, CellIterator & first, CellIterator & last ) { vcg::Point3i _c; this->PToIP(p,_c);