EgtGeomKernel :
- in costruzione SurfTriMesh rigata corretta inizializzazione variabili - aggiornato codice CurveBezier e portati in un file separato gli algoritmi per i polinomi di Bernstein.
This commit is contained in:
+1
-1
@@ -132,7 +132,7 @@ HashGrid3d::~HashGrid3d( void)
|
||||
{
|
||||
Clear() ;
|
||||
|
||||
for ( Cell* pCell = m_cell ; pCell < m_cell + m_xyzCellCount ; ++ pCell) {
|
||||
for ( Cell* pCell = m_cell ; pCell < m_cell + m_xyzCellCount ; ++ pCell) {
|
||||
if ( pCell->m_neighborOffset != m_stdNeighborOffset)
|
||||
delete[] pCell->m_neighborOffset ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user