fix parametric warning

This commit is contained in:
Val Erastov 2015-02-25 21:29:24 -08:00
parent cc16a4bdbb
commit 5645ac13f8

View file

@ -59,7 +59,7 @@ TCAD.TWO.ParametricManager.prototype._add = function(constr) {
TCAD.TWO.ParametricManager.prototype.checkRedundancy = function (subSystem, constr) {
var solver = this.prepareForSubSystem([], subSystem);
if (TCAD.parametric.diagnose(solver.system).conflict) {
alert("Most likely this "+constr.NAME + "." + constr.id +" constraint is CONFLICTING!")
alert("Most likely this "+constr.NAME + " constraint is CONFLICTING!")
}
};