update to the new single template BasicGrid

This commit is contained in:
Paolo Cignoni 2008-07-01 12:37:27 +00:00
parent 8314b1759a
commit 711c985689
2 changed files with 2 additions and 2 deletions

View File

@ -269,7 +269,7 @@ class Clustering
} }
BasicGrid<CellType,ScalarType> Grid; BasicGrid<ScalarType> Grid;
#ifdef _MSC_VER #ifdef _MSC_VER
STDEXT::hash_set<SimpleTri> TriSet; STDEXT::hash_set<SimpleTri> TriSet;

View File

@ -59,7 +59,7 @@ and contains one istance of the template class.
*/ */
template < class ObjType, class FLT=float > template < class ObjType, class FLT=float >
class GridStaticObj : public BasicGrid<ObjType, FLT> class GridStaticObj : public BasicGrid<FLT>
{ {
public: public: