diff options
| author | Jesper Jensen <jesper@jnsn.dev> | 2025-09-26 18:26:44 +0200 |
|---|---|---|
| committer | Jesper Jensen <jesper@jnsn.dev> | 2025-09-26 18:26:44 +0200 |
| commit | 016a83faf62e27298729fc741fbcc0e5073a84c7 (patch) | |
| tree | 60b5d4feb00693d313e567b7d87f47ec40dd9b6d /src/main.c | |
| parent | 19db0c747735def79619a27cc119c7a57507cf57 (diff) | |
Include cglm as submodule
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -979,7 +979,7 @@ candidate_found: ; } - double *params = malloc(sizeof(double) * (sizeof(components[0])/sizeof(components))); + double *params = malloc(sizeof(double) * (sizeof(constraints)/sizeof(constraints[0]))); for(size_t i = 0; i < sizeof(constraints)/sizeof(constraints[0]); i++) { params[i] = constraints[i].v; } |
