summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
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 {