diff options
| author | Jesper Jensen <jesper@jnsn.dev> | 2026-03-21 23:23:12 +0100 |
|---|---|---|
| committer | Jesper Jensen <jesper@jnsn.dev> | 2026-03-21 23:23:12 +0100 |
| commit | d8a6d8a8b046dcb73f1c1daf0e013a703517da68 (patch) | |
| tree | 862055f9996c4d09c54a0a261a12449329db4eaf /inc | |
| parent | cd1df8f7cb64539842eaad425df5fa7ec9c87fb5 (diff) | |
WIP: Add support for multiple assemblies
Diffstat (limited to 'inc')
| -rw-r--r-- | inc/cad/solve.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/cad/solve.h b/inc/cad/solve.h index a470aae..11afded 100644 --- a/inc/cad/solve.h +++ b/inc/cad/solve.h @@ -98,7 +98,7 @@ struct constraint { uint64_t order; struct path_step path[SEARCH_DEPTH]; bool forward; - bool used; + uint8_t used; }; void alias_point(struct constraints *c, struct component *alias, struct component *target); |
