From ff6eae884e3922f25e46049ef59ff9f6fca4c943 Mon Sep 17 00:00:00 2001 From: Jonathan Westhues Date: Fri, 24 Apr 2009 17:27:45 -0800 Subject: [PATCH] Oops, forgot to clear out the equations (and the entities, though I don't use them) in the System. [git-p4: depot-paths = "//depot/solvespace/": change = 1949] --- exposed/lib.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/exposed/lib.cpp b/exposed/lib.cpp index a4095c6e..2801b522 100644 --- a/exposed/lib.cpp +++ b/exposed/lib.cpp @@ -238,6 +238,9 @@ default: dbp("bad constraint type %d", sc->type); return; bad.Clear(); SYS.param.Clear(); + SYS.entity.Clear(); + SYS.eq.Clear(); + SK.param.Clear(); SK.entity.Clear(); SK.constraint.Clear();