Skip to content

Commit

Permalink
add missing not
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Dec 14, 2023
1 parent f36bdda commit 93ba75b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ self_intersections_impl(const FaceRange& face_range,
* @tparam TriangleMesh a model of `FaceListGraph`
* @tparam FacePairOutputIterator a model of `OutputIterator` holding objects of type
* `std::pair<boost::graph_traits<TriangleMesh>::%face_descriptor, boost::graph_traits<TriangleMesh>::%face_descriptor>`.
* It does need to be thread-safe.
* It does not need to be thread-safe.
* @tparam NamedParameters a sequence of \ref bgl_namedparameters "Named Parameters"
*
* @param face_range the range of faces to check for self-intersection.
Expand Down Expand Up @@ -487,7 +487,7 @@ self_intersections(const FaceRange& face_range,
* @tparam TriangleMesh a model of `FaceListGraph`
* @tparam FacePairOutputIterator a model of `OutputIterator` holding objects of type
* `std::pair<boost::graph_traits<TriangleMesh>::%face_descriptor, boost::graph_traits<TriangleMesh>::%face_descriptor>`.
* It does need to be thread-safe.
* It does not need to be thread-safe.
* @tparam NamedParameters a sequence of \ref bgl_namedparameters "Named Parameters"
*
* @param tmesh the triangulated surface mesh to be checked
Expand Down

0 comments on commit 93ba75b

Please sign in to comment.