update to the new single template BasicGrid
This commit is contained in:
parent
8314b1759a
commit
711c985689
|
@ -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;
|
||||||
|
|
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue