diff options
author | 2014-02-26 00:21:06 +0000 | |
---|---|---|
committer | 2014-02-26 00:21:06 +0000 | |
commit | c32fba0da7af26016f9db0e266b7e8089d4e173d (patch) | |
tree | d4d2417a99324bfdbeabccdef1406d280b40e7f0 /nl_examples/vccs.c | |
parent | 13b36398f9b61586109056a836f013d0b9d05d61 (diff) |
Minor cosmetic changes for netlist
Diffstat (limited to 'nl_examples/vccs.c')
-rw-r--r-- | nl_examples/vccs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nl_examples/vccs.c b/nl_examples/vccs.c index 73cefd15fb1..fdad0c04a64 100644 --- a/nl_examples/vccs.c +++ b/nl_examples/vccs.c @@ -13,7 +13,7 @@ NETLIST_START(vccs) PARAM(Solver.ACCURACY, 1e-12) PARAM(Solver.RESCHED_LOOPS, 10000) - NETDEV_VCCS(VV) + VCCS(VV) PARAM(VV.G, 100) // typical OP-AMP amplification RES(R2, 1) |