mirror of https://github.com/CGAL/cgal
removed grammatical error in comment
This commit is contained in:
parent
daee6a4622
commit
09b26aa555
|
|
@ -38,7 +38,7 @@ int main() {
|
||||||
CGAL::convex_decomposition_3(N);
|
CGAL::convex_decomposition_3(N);
|
||||||
std::list<Polyhedron_3> convex_parts;
|
std::list<Polyhedron_3> convex_parts;
|
||||||
|
|
||||||
// the first volumes is the outer volume, which is
|
// the first volume is the outer volume, which is
|
||||||
// ignored in the decomposition
|
// ignored in the decomposition
|
||||||
Volume_const_iterator ci = ++N.volumes_begin();
|
Volume_const_iterator ci = ++N.volumes_begin();
|
||||||
for( ; ci != N.volumes_end(); ++ci) {
|
for( ; ci != N.volumes_end(); ++ci) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue