removed grammatical error in comment

This commit is contained in:
Peter Hachenberger 2009-03-28 15:27:58 +00:00
parent daee6a4622
commit 09b26aa555
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ int main() {
CGAL::convex_decomposition_3(N);
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
Volume_const_iterator ci = ++N.volumes_begin();
for( ; ci != N.volumes_end(); ++ci) {