From c8e24d002609ef0cd5983e24a0d5eacacaa0751c Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Wed, 18 Dec 2024 11:08:40 -0800 Subject: [PATCH] comment --- mrcal-types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mrcal-types.h b/mrcal-types.h index e5cf6c63..b0af7dbc 100644 --- a/mrcal-types.h +++ b/mrcal-types.h @@ -381,7 +381,7 @@ typedef struct // part of a larger structure or as a mrcal_cameramodel_t* argument to // functions. To allocate new mrcal_cameramodel_t objects, use // mrcal_cameramodel_LENSMODEL_XXX_t or malloc() with the proper intrinsics - // size taken into account + // size taken into account. This is given by mrcal_lensmodel_num_params() double intrinsics[0]; } mrcal_cameramodel_t;