Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dkogan committed Dec 19, 2024
1 parent f101e8c commit c8e24d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrcal-types.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit c8e24d0

Please sign in to comment.