mirror of https://github.com/CGAL/cgal
Merge pull request #4835 from CGAL/afabri-patch-2
Update AABB_face_graph_triangle_primitive.h
This commit is contained in:
commit
a1318153df
|
|
@ -121,7 +121,7 @@ public:
|
|||
/*!
|
||||
Id type:
|
||||
- `boost::graph_traits<FaceGraph>::%face_descriptor` if `OneFaceGraphPerTree` is `CGAL::Tag_true`
|
||||
- `std::pair<boost::graph_traits<FaceGraph>::%face_descriptor, FaceGraph>` if `OneFaceGraphPerTree` is `CGAL::Tag_false`
|
||||
- `std::pair<boost::graph_traits<FaceGraph>::%face_descriptor, const FaceGraph*>` if `OneFaceGraphPerTree` is `CGAL::Tag_false`
|
||||
*/
|
||||
unspecified_type Id;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue