From 15e94d470a9c905213d66d0420812565861dc4ee Mon Sep 17 00:00:00 2001 From: cignoni Date: Fri, 2 Dec 2005 00:27:22 +0000 Subject: [PATCH] removed excess typenames --- vcg/space/index/grid_util.h | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/vcg/space/index/grid_util.h b/vcg/space/index/grid_util.h index 46a47fdc..6030c735 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.8 2005/10/03 16:21:10 spinelli +erase wrong assert on boxToIbox function + Revision 1.7 2005/10/02 23:16:26 cignoni English comment and moved typedef to public scope @@ -70,12 +73,12 @@ namespace vcg { public: - typedef typename Box3 Box3x; - typedef typename SCALARTYPE ScalarType; - typedef typename Point3 CoordType; - typedef typename OBJTYPE ObjType; - typedef typename OBJTYPE* ObjPtr; - typedef typename BasicGrid GridType; + typedef SCALARTYPE ScalarType; + typedef Box3 Box3x; + typedef Point3 CoordType; + typedef OBJTYPE ObjType; + typedef OBJTYPE* ObjPtr; + typedef BasicGrid GridType; Box3x bbox; /// Dimensione spaziale (lunghezza lati) del bbox