From 02e28cc9e53fc13346f48b5939bfacc6eef4419c Mon Sep 17 00:00:00 2001 From: cignoni Date: Fri, 2 Dec 2005 00:29:00 +0000 Subject: [PATCH] updated the templates of BasicGrid --- vcg/space/index/grid_static_obj.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vcg/space/index/grid_static_obj.h b/vcg/space/index/grid_static_obj.h index 80a342cd..7a39bab0 100644 --- a/vcg/space/index/grid_static_obj.h +++ b/vcg/space/index/grid_static_obj.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.1 2005/07/28 08:41:00 cignoni +First working version + Revision 1.13 2005/04/14 17:23:08 ponchio *** empty log message *** @@ -47,7 +50,7 @@ and contains one istance of the template class. */ template < typename class ObjType, class FLT=float > -class GridStaticObj : public BasicGrid +class GridStaticObj : public BasicGrid { public: