From 2fd26a4336e286a6cbe72a51243ffe70cff93166 Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Mon, 20 Sep 2021 08:21:36 +0800 Subject: [PATCH] update src --- delaunay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/delaunay.h b/delaunay.h index ba4b535..afa0846 100644 --- a/delaunay.h +++ b/delaunay.h @@ -175,7 +175,7 @@ void flip_neighboring_triangles(triangle *t, triangle *n, int t_id, int n_id) } /** - * @brief Make sure that the input triangle meet the empty circumcircle condition + * @brief Make sure that the input triangle meets the empty circumcircle condition * * @param t Input triangle */