diff options
| author | 2015-06-19 18:33:14 +0200 | |
|---|---|---|
| committer | 2015-06-19 18:33:14 +0200 | |
| commit | a68161ee271699739403611d8bd5d2ac4847b053 (patch) | |
| tree | 71b3ea7f6cc09b558b2abeb55acdda9ac9e46461 /nl_examples | |
| parent | 57ce24e0dfcc015d7ad5aa021ced7207a9a4374f (diff) | |
Move solver code into own folder. (nw)
Diffstat (limited to 'nl_examples')
| -rw-r--r-- | nl_examples/kidniki.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nl_examples/kidniki.c b/nl_examples/kidniki.c index b5616611d6a..74312e4d27e 100644 --- a/nl_examples/kidniki.c +++ b/nl_examples/kidniki.c @@ -3,8 +3,8 @@ #include "netlist/devices/nld_system.h" #include "netlist/analog/nld_bjt.h" -#define USE_FRONTIERS 0 -#define USE_FIXED_STV 0 +#define USE_FRONTIERS 1 +#define USE_FIXED_STV 1 NETLIST_START(dummy) SOLVER(Solver, 12000) |
