summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorJesper Jensen <jesper@jnsn.dev>2026-04-25 10:14:15 +0200
committerJesper Jensen <jesper@jnsn.dev>2026-04-25 10:14:15 +0200
commitacf794c8ce51a78fca9531852d61c6f4dc0b140c (patch)
treebbb7dca04eac95c203770cda90fa0e33f0c285ec /src/main.c
parent2dbf9aed304c69431038d3b37e614e5d45dbcc56 (diff)
Try to make main solve again, fail
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index cd356cc..1ad2369 100644
--- a/src/main.c
+++ b/src/main.c
@@ -237,7 +237,7 @@ int main(int argc, char *argv[]) {
a_box(&box, &topo, &constraints);
add_constraint(&constraints, (struct constraint[]){
- PL_DISTANCE(&box.side[1], &box.corner[0], 20),
+ PP_DISTANCE(&box.corner[2], &box.corner[3], 20),
PP_DISTANCE(&line.corner_end, &box.corner[0], 9.5),
PL_DISTANCE(&box.corner[0], &components[3], 20),