From 068be5289ceda671d71a5d766abc66d2d7fd5bb5 Mon Sep 17 00:00:00 2001 From: Algiane Froehly Date: Mon, 4 Mar 2024 15:05:42 +0100 Subject: [PATCH] Fix typos introduced by search and replace command. --- src/mmg2d/analys_2d.c | 4 ++-- src/mmg3d/analys_3d.c | 6 +++--- src/mmgs/analys_s.c | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/mmg2d/analys_2d.c b/src/mmg2d/analys_2d.c index 20bd8a9b8..7da68a639 100644 --- a/src/mmg2d/analys_2d.c +++ b/src/mmg2d/analys_2d.c @@ -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) * diff --git a/src/mmg3d/analys_3d.c b/src/mmg3d/analys_3d.c index c1a336b68..d4e1e25bc 100644 --- a/src/mmg3d/analys_3d.c +++ b/src/mmg3d/analys_3d.c @@ -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 @@ -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 diff --git a/src/mmgs/analys_s.c b/src/mmgs/analys_s.c index 1aa0a68cd..19fe92959 100644 --- a/src/mmgs/analys_s.c +++ b/src/mmgs/analys_s.c @@ -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