summaryrefslogtreecommitdiffstatshomepage
path: root/nl_examples
diff options
context:
space:
mode:
Diffstat (limited to 'nl_examples')
-rw-r--r--nl_examples/kidniki.c2
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)