mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-14 12:23:03 +01:00
minor
This commit is contained in:
parent
8e5209d32f
commit
03f5e29cca
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ TCAD.test.cases.roundRect = function() {
|
|||
ep.x += 30;
|
||||
var solver = pm.prepare([]).solvers[0];
|
||||
_assertEqD(60, solver.system.error(), 0.01);
|
||||
solver.solve(true, 1);
|
||||
solver.solve(true);
|
||||
_assertEqD(0.000005, solver.system.error(), 1e-6);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue