mirror of https://github.com/CGAL/cgal
OTR
This commit is contained in:
parent
f52444425e
commit
57535e2929
|
|
@ -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++;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue