'Fix' in an untested function

This commit is contained in:
Andreas Fabri 2025-04-28 16:23:27 +01:00
parent 6b729748e1
commit 51d035d9d9
1 changed files with 1 additions and 1 deletions

View File

@ -790,7 +790,7 @@ Triangulation_data_structure<Dim, Vb, Fcb>
CGAL_precondition( (1 <= fd ) && (fd < current_dimension())); CGAL_precondition( (1 <= fd ) && (fd < current_dimension()));
std::vector<Full_cell_handle> simps; std::vector<Full_cell_handle> simps;
// save the Face's vertices: // save the Face's vertices:
Full_cell s; Full_cell s(current_dimension);
for( int i = 0; i <= fd; ++i ) for( int i = 0; i <= fd; ++i )
s.set_vertex(i, f.vertex(i)); s.set_vertex(i, f.vertex(i));
// compute the star of f // compute the star of f