Fix a typo that was reintroduced in the merge

This commit is contained in:
Laurent Rineau 2019-05-13 17:33:43 +02:00 committed by GitHub
parent 0600f65f99
commit aeb07e63d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Release date: September 2019
- The PLY IO functions now take an additional optional parameter to
read/write comments from/in the PLY header.
### Polygon Mesh Processing package
### Polygon Mesh Processing
- Added the function `CGAL::Polygon_mesh_processing::centroid()` which computes
the centroid of a closed triangle mesh.