test relaxed order

This commit is contained in:
Sébastien Loriot 2022-08-16 17:30:40 +02:00
parent 4143d143e0
commit 6d3e8daa9c
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ int main(int argc, char** argv)
,stop ,stop
,CGAL::parameters::vertex_index_map(get(CGAL::vertex_external_index,surface)) ,CGAL::parameters::vertex_index_map(get(CGAL::vertex_external_index,surface))
.halfedge_index_map (get(CGAL::halfedge_external_index ,surface)) .halfedge_index_map (get(CGAL::halfedge_external_index ,surface))
.use_relaxed_order(CGAL::Tag_true())
); );
std::cout << "\nFinished...\n" << r << " edges removed.\n" std::cout << "\nFinished...\n" << r << " edges removed.\n"