From c88e634a9d5a4e35209a56f131b0fb8ec3075315 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Fri, 26 Feb 2016 20:54:51 +0100 Subject: [PATCH] Update EdgeCollapsableSurfaceMeshWithConstraints.h --- .../Concepts/EdgeCollapsableSurfaceMeshWithConstraints.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Surface_mesh_simplification/doc/Surface_mesh_simplification/Concepts/EdgeCollapsableSurfaceMeshWithConstraints.h b/Surface_mesh_simplification/doc/Surface_mesh_simplification/Concepts/EdgeCollapsableSurfaceMeshWithConstraints.h index 6e81d2ef849..6f1af04e476 100644 --- a/Surface_mesh_simplification/doc/Surface_mesh_simplification/Concepts/EdgeCollapsableSurfaceMeshWithConstraints.h +++ b/Surface_mesh_simplification/doc/Surface_mesh_simplification/Concepts/EdgeCollapsableSurfaceMeshWithConstraints.h @@ -41,7 +41,7 @@ public: /*! Collapses the undirected edge `(v0v1,v1v0)` replacing it with `v0` or `v1`, -as described in the paragraph above and guarantees that an halfedge `he`, for which `get(edge_is_constrained_map, he)==true`, is not removed after the collapse. +as described in the paragraph above and guarantees that a halfedge `he`, for which `get(edge_is_constrained_map, he)==true`, is not removed after the collapse. \tparam EdgeCollapsableSurfaceMeshWithConstraints a model of `HalfedgeGraph` \tparam EdgeIsConstrainedMap a model of `ReadablePropertyMap` with the edge descriptor of `EdgeCollapsableSurfaceMeshWithConstraints` as key type and a boolean as value type.