Skip to content

Commit

Permalink
Fix typos introduced by search and replace command.
Browse files Browse the repository at this point in the history
  • Loading branch information
Algiane committed Mar 4, 2024
1 parent b8c3671 commit 068be52
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/mmg2d/analys_2d.c
Original file line number Diff line number Diff line change
Expand Up @@ -773,8 +773,8 @@ int MMG2D_regnor(MMG5_pMesh mesh) {
}

/**
* \param mesh pointer tos the mesh
* \param pt pointer tos current triangle
* \param mesh pointer to the mesh
* \param pt pointer to current triangle
* \param k number of current point
* \param c newly computed coordinates (giving negative area)
*
Expand Down
6 changes: 3 additions & 3 deletions src/mmg3d/analys_3d.c
Original file line number Diff line number Diff line change
Expand Up @@ -813,8 +813,8 @@ int MMG5_norver(MMG5_pMesh mesh) {
}

/**
* \param mesh pointer tos the mesh
* \param pt pointer tos current triangle
* \param mesh pointer to the mesh
* \param pt pointer to current triangle
* \param k number of current point
* \param c newly computed coordinates (giving negative area)
* \param n normal of triangle before regularization
Expand Down Expand Up @@ -881,7 +881,7 @@ static inline int MMG3D_dichotomytria(MMG5_pMesh mesh, MMG5_pTria pt, MMG5_int k
}

/**
* \param mesh pointer tos the mesh
* \param mesh pointer to the mesh
* \param v list of vertices of current tetrahedron
* \param k number of current point
* \param c input : newly computed coordinates (giving negative area), output : coordinates after dichotomy
Expand Down
4 changes: 2 additions & 2 deletions src/mmgs/analys_s.c
Original file line number Diff line number Diff line change
Expand Up @@ -739,8 +739,8 @@ static int norver(MMG5_pMesh mesh) {
}

/**
* \param mesh pointer tos the mesh
* \param pt pointer tos current triangle
* \param mesh pointer to the mesh
* \param pt pointer to current triangle
* \param k number of current point
* \param c newly computed coordinates (giving negative area)
* \param n normal of triangle before regularization
Expand Down

1 comment on commit 068be52

@mpotse
Copy link

@mpotse mpotse commented on 068be52 Mar 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well spotted, thanks!

Please sign in to comment.