mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-09 18:02:50 +01:00
fix parametric warning
This commit is contained in:
parent
cc16a4bdbb
commit
5645ac13f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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!")
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue