From 66eb0f74a2811b53eac353b07873718798985e98 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 11 Jan 2023 16:21:36 +0100 Subject: td_constraints: constify TDConstraintEvalContext.coords --- td_constraints.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/td_constraints.h b/td_constraints.h index a2e43e2..7e7f604 100644 --- a/td_constraints.h +++ b/td_constraints.h @@ -51,7 +51,7 @@ typedef struct TDConstraintEvalContext { TDLogger logger; unsigned int nb_coords[2]; - double *coords[2]; + const double *coords[2]; enum TDFamily family; -- cgit v1.2.3