testing finite_vertex_iterator

This commit is contained in:
Olivier Devillers 2011-10-14 08:37:16 +00:00
parent 42e210f739
commit 099cbfa45e
1 changed files with 0 additions and 2 deletions

View File

@ -67,14 +67,12 @@ void test(const int d, const string & type, const int N)
<< " = " << pc.number_of_full_cells();
cerr << "\nThe triangulation has current dimension " << pc.current_dimension();
/*
cerr << "\nTraversing finite vertices... ";
size_t nbfv(0);
Finite_vertex_iterator fvit = pc.finite_vertices_begin();
while( fvit != pc.finite_vertices_end() )
++fvit, ++nbfv;
cerr << nbfv <<endl;
/**/
// Count convex hull vertices:
if( pc.ambient_dimension() > 1 )