diff --git a/Heat_method_3/include/CGAL/Heat_method_3/Heat_method_3.h b/Heat_method_3/include/CGAL/Heat_method_3/Heat_method_3.h index 23b87281df0..934b47bc8c9 100644 --- a/Heat_method_3/include/CGAL/Heat_method_3/Heat_method_3.h +++ b/Heat_method_3/include/CGAL/Heat_method_3/Heat_method_3.h @@ -686,6 +686,10 @@ struct Base_helper * * \tparam TriangleMesh a triangulated surface mesh, model of `FaceGraph` and `HalfedgeListGraph` * \tparam Traits a model of HeatMethodTraits_3 + * \tparam UseIntrinsicDelaunay indicates if an intrinsic Delaunay triangulation should be internally constructed (`Tag_true`) + * or if the input mesh should be used as is (`Tag_false`). + * If `Tag_true` the type `TriangleMesh` must have an internal property for `vertex_point` + * and its value type must be the same as the value type of `VertexPointMap`. * \tparam LA a model of `SparseLinearAlgebraWithFactorTraits_d`. * \tparam VertexPointMap a model of `ReadablePropertyMap` with