Update corefinement.h

This commit is contained in:
Andreas Fabri 2022-03-29 12:04:59 +02:00 committed by GitHub
parent 98408f4115
commit 3fd0a03cfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ namespace Polygon_mesh_processing {
namespace Corefinement
{
/** \ingroup PMP_corefinement_grp
* Default new-face visitor model of `PMPCorefinementVisitor`.
* %Default new-face visitor model of `PMPCorefinementVisitor`.
* All of its functions have an empty body. This class can be used as a
* base class if only some of the functions of the concept require to be
* overridden.