This commit is contained in:
Andreas Fabri 2022-10-14 10:27:25 +01:00
parent f52444425e
commit 57535e2929
1 changed files with 0 additions and 2 deletions

View File

@ -440,11 +440,9 @@ public:
}
CGAL_assertion(vertex_count == 18);
int edge_count = 0;
for (std::vector<Segment>::iterator it = edges.begin();
it != edges.end(); it++) {
std::cout << *it << std::endl;
edge_count++;
}
}