summaryrefslogtreecommitdiffstatshomepage
path: root/nl_examples
diff options
context:
space:
mode:
author couriersud <couriersud@arcor.de>2015-07-09 22:31:26 +0200
committer couriersud <couriersud@arcor.de>2015-07-11 16:15:15 +0200
commit82735c0e36eda2be459c39559561613e162f60e6 (patch)
tree13b957628cc9da7412b480f8418585d6514cf571 /nl_examples
parent7a9e4cfbde9d92cf560d02e061753dabd9b523d9 (diff)
Move updates based on model to update_param. (nw)
Diffstat (limited to 'nl_examples')
-rw-r--r--nl_examples/congoBongo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nl_examples/congoBongo.c b/nl_examples/congoBongo.c
index 510f711b7c5..9584de39b88 100644
--- a/nl_examples/congoBongo.c
+++ b/nl_examples/congoBongo.c
@@ -365,7 +365,7 @@ NETLIST_START(opamp)
AFUNC(fUL, 1, "A0 1.2 +")
ALIAS(VCC, fUH.A0) // VCC terminal
- ALIAS(GND, fUL.A0) // VCC terminal
+ ALIAS(GND, fUL.A0) // VGND terminal
AFUNC(fVREF, 2, "A0 A1 + 0.5 *")
NET_C(fUH.A0, fVREF.A0)