mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-10 10:25:36 +01:00
fix redundancy check
This commit is contained in:
parent
2c4f1e0aa4
commit
87ebd84009
1 changed files with 0 additions and 1 deletions
|
|
@ -252,7 +252,6 @@ TCAD.parametric.prepare = function(constrs, locked, aux, alg) {
|
|||
var conflict = TCAD.parametric.diagnose(sys).conflict;
|
||||
if (conflict) {
|
||||
console.log("Conflicting or redundant constraints. Please fix your system.");
|
||||
return nullResult;
|
||||
}
|
||||
|
||||
function solve(rough, alg) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue