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]
solver
Jonathan Westhues 2009-04-24 17:27:45 -08:00
parent f8dbc89189
commit ff6eae884e
1 changed files with 3 additions and 0 deletions

View File

@ -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();