Skip to content

Commit

Permalink
really fix the order
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Sep 11, 2023
1 parent 2905e38 commit 4f29b83
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ class PMPCorefinementVisitor{
/// \param i_id the id of the intersection point, starting at 0. Ids are consecutive.
/// \param sdim indicates the dimension of the simplex part of the face that is intersected by the edge
/// (0 for a vertex, 1 for an edge, 2 for the interior of the face)
/// \param tm_e mesh containing `h_e`
/// \param tm_f mesh containing `h_f`
/// \param h_e a halfedge from `tm_e`
/// \param h_f a halfedge from `tm_f` indicating the simplex intersected:
/// if `sdim==0` the target of `h_f` is the intersection point,
/// if `sdim==1` the edge of `h_f` contains the intersection point in its interior,
/// if `sdim==2` the face of `h_f` contains the intersection point in its interior.
/// \param tm_e mesh containing `h_e`
/// \param tm_f mesh containing `h_f`
/// \param is_target_coplanar `true` iff the target of `h_e` is the intersection point
/// \param is_source_coplanar `true` iff the source of `h_e` is the intersection point
void intersection_point_detected(std::size_t i_id,
Expand Down

0 comments on commit 4f29b83

Please sign in to comment.