From 40b2a1f36d5491196ffd097dfd40ba7e01d1dc02 Mon Sep 17 00:00:00 2001 From: cignoni Date: Fri, 16 Sep 2005 11:56:38 +0000 Subject: [PATCH] removed wrong typename and added ending \n --- vcg/space/index/grid_util.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vcg/space/index/grid_util.h b/vcg/space/index/grid_util.h index 464c1a02..551dcd7d 100644 --- a/vcg/space/index/grid_util.h +++ b/vcg/space/index/grid_util.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.4 2005/08/02 11:01:05 pietroni +added IPToP and IBoxToBox functions, modified BoxToIBox function in order to use PToIP function + Revision 1.3 2005/07/28 06:11:12 cignoni corrected error in GridP (did not compile) @@ -48,7 +51,7 @@ namespace vcg { template class BasicGrid { - typedef typename Box3 Box3x; + typedef Box3 Box3x; public: Box3x bbox; @@ -179,4 +182,4 @@ namespace vcg { dim[2] = math::Max(dim[2],1); } } -#endif \ No newline at end of file +#endif