mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-09 09:52:34 +01:00
sanity
This commit is contained in:
parent
9405164ba1
commit
2abbfbbace
1 changed files with 4 additions and 3 deletions
|
|
@ -191,9 +191,6 @@ TCAD.TWO.ParametricManager.prototype.solve = function(locked, fineLevel) {
|
|||
var params;
|
||||
var _constrs = [];
|
||||
var equals = [];
|
||||
var i;
|
||||
var p;
|
||||
var _p;
|
||||
|
||||
function getParam(p) {
|
||||
var _p = pdict[p.id];
|
||||
|
|
@ -205,6 +202,10 @@ TCAD.TWO.ParametricManager.prototype.solve = function(locked, fineLevel) {
|
|||
return _p;
|
||||
}
|
||||
|
||||
var i;
|
||||
var p;
|
||||
var _p;
|
||||
|
||||
for (i = 0; i < this.system.length; ++i) {
|
||||
|
||||
var sdata = this.system[i].getSolveData();
|
||||
|
|
|
|||
Loading…
Reference in a new issue