summaryrefslogtreecommitdiffstatshomepage
path: root/nl_examples
diff options
context:
space:
mode:
author couriersud <couriersud@arcor.de>2017-01-09 21:52:36 +0100
committer couriersud <couriersud@gmx.org>2017-01-12 23:20:21 +0100
commit5b4026d13fd1f619617ba8ce94628406416019fd (patch)
tree7864033c14f477d05cafbce505f28cd25eeba2e5 /nl_examples
parentd04e7f7e62aeb3585d95fdb068aaa293b8345524 (diff)
- setup_t is owned by netlist_t. Stop being complicated.
- Remove gnd() method. - Further simplification. - Fix potential reset and initialization issues. (nw)
Diffstat (limited to 'nl_examples')
-rw-r--r--nl_examples/congo_bongo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nl_examples/congo_bongo.c b/nl_examples/congo_bongo.c
index 030c4c48aa8..0415b6f0746 100644
--- a/nl_examples/congo_bongo.c
+++ b/nl_examples/congo_bongo.c
@@ -43,7 +43,7 @@ NETLIST_START(dummy)
// .END
PARAM(Solver.ACCURACY, 1e-8)
- PARAM(Solver.NR_LOOPS, 9000)
+ PARAM(Solver.NR_LOOPS, 90)
PARAM(Solver.SOR_FACTOR, 0.001)
PARAM(Solver.GS_LOOPS, 1)
PARAM(Solver.METHOD, "MAT_CR")