diff options
| author | Jesper Jensen <jesper@jnsn.dev> | 2026-04-06 09:43:13 +0200 |
|---|---|---|
| committer | Jesper Jensen <jesper@jnsn.dev> | 2026-04-06 13:02:39 +0200 |
| commit | 57ad11effae4e9562253d1fcf38469bd3d5ae69c (patch) | |
| tree | 5520ed05e1421a1969a878f42a14b0cd706fb1e5 /inc/cad/debug.h | |
| parent | 40190bc4e1a994a3faf5f5477d9f6e8b73ffe95d (diff) | |
Refactor the trangle building as propgation style
Diffstat (limited to 'inc/cad/debug.h')
| -rw-r--r-- | inc/cad/debug.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/inc/cad/debug.h b/inc/cad/debug.h new file mode 100644 index 0000000..b08463f --- /dev/null +++ b/inc/cad/debug.h @@ -0,0 +1,5 @@ +#include "cad/solve.h" + +#include <stdint.h> + +void print_subassemblies(struct constraints *c, struct subassembly *assemblies, size_t assemblies_num); |
