update src

This commit is contained in:
张壹 2021-09-20 08:21:36 +08:00
parent b96e770c8b
commit 2fd26a4336

View File

@ -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
*/