diff options
author | 2016-04-13 21:23:55 +0200 | |
---|---|---|
committer | 2016-04-15 02:09:41 +0200 | |
commit | cd0441b678487ce3f2b34eeed57f253b1621d76c (patch) | |
tree | beea478ed2e8fbe2ac78b7209ea779f6e95d9610 /nl_examples | |
parent | 4f1ca77643e461a0dfb648d77edf57faa8c4d952 (diff) |
Recover from creating solvers by copy paste. Move common code were it
belongs. (nw)
Diffstat (limited to 'nl_examples')
-rw-r--r-- | nl_examples/kidniki.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nl_examples/kidniki.c b/nl_examples/kidniki.c index 49d666dbc4d..6616a5c2a5d 100644 --- a/nl_examples/kidniki.c +++ b/nl_examples/kidniki.c @@ -23,7 +23,7 @@ NETLIST_START(dummy) PARAM(Solver.MIN_TIMESTEP, 10e-6) PARAM(Solver.PARALLEL, 0) PARAM(Solver.SOR_FACTOR, 1.00) - PARAM(Solver.PIVOT, 1) + PARAM(Solver.PIVOT, 0) #else SOLVER(Solver, 12000) PARAM(Solver.ACCURACY, 1e-8) |