diff --git a/Surface_mesh_shortest_path/include/CGAL/Surface_mesh_shortest_path/Surface_mesh_shortest_path.h b/Surface_mesh_shortest_path/include/CGAL/Surface_mesh_shortest_path/Surface_mesh_shortest_path.h index ecf3db7ab5d..4b7f8cb5d3d 100644 --- a/Surface_mesh_shortest_path/include/CGAL/Surface_mesh_shortest_path/Surface_mesh_shortest_path.h +++ b/Surface_mesh_shortest_path/include/CGAL/Surface_mesh_shortest_path/Surface_mesh_shortest_path.h @@ -73,7 +73,7 @@ Refer to those respective papers for the details of the implementation. \tparam VPM a model of `ReadablePropertyMap` with `vertex_descriptor` as key and `Traits::Point_3` as value type. The default is `boost::property_map::%const_type`. -If no property map is provided through the constructor of the class, the internal property maps must +If index property maps are not provided through the constructor of the class, internal property maps must be available and initialized. \sa \link PkgBGLHelper `CGAL::set_halfedgeds_items_id()`\endlink