forked from StudioInfinity/dyna3
Tighten the tolerances
This commit is contained in:
parent
bc17d71f4a
commit
b74cbf10c1
2 changed files with 3 additions and 3 deletions
|
@ -744,7 +744,7 @@ impl Assembly {
|
|||
|
||||
// look for a configuration with the given Gram matrix
|
||||
let Realization { result, history } = realize_gram(
|
||||
&problem, 1.0e-12, 0.5, 0.9, 1.1, 200, 110
|
||||
&problem, 1.0e-20, 0.5, 0.9, 1.1, 400, 110
|
||||
);
|
||||
|
||||
/* DEBUG */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue