- Re-activate the remove in the hierarchy.

This commit is contained in:
Sylvain Pion 2001-05-16 15:31:06 +00:00
parent 07dc3758f2
commit afa0a3dbb6
1 changed files with 5 additions and 3 deletions

View File

@ -39,7 +39,9 @@ _test_cls_delaunay_hierarchy_3( const Dh & )
dh.locate(Point(0.,0.,0.));
std::cout << " REMOVE IS NOT TESTED !!!!!!!!!!!!!!!!!!!! " << std::endl;
// while( dh.number_of_vertices() >0)
// dh.remove(dh.finite_vertices_begin());
while( dh.number_of_vertices() >0)
{
std::cout << "number of vertices : " << dh.number_of_vertices() << std::endl;
dh.remove(dh.finite_vertices_begin());
}
}