summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorJesper Jensen <jesper@jnsn.dev>2026-04-02 12:44:49 +0200
committerJesper Jensen <jesper@jnsn.dev>2026-04-02 12:44:49 +0200
commit06f7f223403cca036ba26a76919c11acfc6698f7 (patch)
treeca85a6e260e0a637e92e4e56cd728030b94add9f /inc
parent9686666268442e7058620b6193adf6f5c1b0b4d5 (diff)
Remove the frontier list
Diffstat (limited to 'inc')
-rw-r--r--inc/cad/solve.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/cad/solve.h b/inc/cad/solve.h
index 95c6b58..a4fc42f 100644
--- a/inc/cad/solve.h
+++ b/inc/cad/solve.h
@@ -20,6 +20,8 @@ struct component {
double max;
bool min_max_init;
bool drawn;
+
+ bool fixed;
};
struct alias {