summaryrefslogtreecommitdiffstatshomepage
path: root/nl_examples
diff options
context:
space:
mode:
author couriersud <couriersud@arcor.de>2015-07-19 23:15:56 +0200
committer couriersud <couriersud@arcor.de>2015-07-20 22:21:30 +0200
commitfd0850e016d7f234772bb5f5e46fb5b678b90b6b (patch)
treec0b4af711eb0cd5d8ef1fa451bd963a79c299241 /nl_examples
parentc30ac5a27b11813b8612730e94757452fa7fa698 (diff)
Changed case for parameter "model" to uppercase to align with rest of
code. (nw)
Diffstat (limited to 'nl_examples')
-rw-r--r--nl_examples/congo_bongo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nl_examples/congo_bongo.c b/nl_examples/congo_bongo.c
index d9f40c9859a..bb7520b65db 100644
--- a/nl_examples/congo_bongo.c
+++ b/nl_examples/congo_bongo.c
@@ -78,8 +78,8 @@ NETLIST_START(dummy)
/* The opamp actually has an FPF of about 500k. This doesn't work here and causes oscillations.
* FPF here therefore about half the Solver clock.
*/
- PARAM(XU16.B.model, "MB3614_SLOW")
- PARAM(XU17.C.model, "MB3614_SLOW")
+ PARAM(XU16.B.MODEL, "MB3614_SLOW")
+ PARAM(XU17.C.MODEL, "MB3614_SLOW")
OPTIMIZE_FRONTIER(C51.1, RES_K(20), 50)
OPTIMIZE_FRONTIER(R77.2, RES_K(20), 50)