Add call of T2::is_vertex() in the testsuite

This commit is contained in:
Andreas Fabri 2025-07-15 11:14:26 +01:00
parent 3fbdc2deed
commit 8476307276
1 changed files with 1 additions and 0 deletions

View File

@ -182,6 +182,7 @@ _test_cls_triangulation_2( const Triangul & )
Triangul T0_2;
Vertex_handle v0_2_0 = T0_2.insert_first(p0);
assert( v0_2_0 != nullptr );
assert( T0_2.is_vertex(v0_2_0) );
assert( T0_2.dimension() == 0 );
assert( T0_2.number_of_vertices() == 1 );
assert( T0_2.number_of_faces() == 0);