From 06f7f223403cca036ba26a76919c11acfc6698f7 Mon Sep 17 00:00:00 2001 From: Jesper Jensen Date: Thu, 2 Apr 2026 12:44:49 +0200 Subject: Remove the frontier list --- inc/cad/solve.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'inc') 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 { -- cgit v1.2.3