commit 04ad5081bad9c15205771052970810e5190db1bb parent 8d119ead1b2d001779fe6bfc65858eed86b52c63 Author: Christophe Coustet <christophe.coustet@meso-star.com> Date: Fri, 10 Mar 2023 14:41:57 +0100 Fix a comment Diffstat:
| M | src/cg_ground.c | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/cg_ground.c b/src/cg_ground.c @@ -30,8 +30,9 @@ Tgt = NULL #define GMV(Idx) \ + ASSERT(ground->boundary[Idx] == NULL); \ ground->boundary[Idx] = surface; \ - /* To avoid double delete, set to NULL after deletion */ \ + /* To avoid unwanted delete, set to NULL after mv */ \ surface = NULL res_T