summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/examples/cs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/examples/cs.cpp')
-rw-r--r--src/lib/netlist/examples/cs.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/netlist/examples/cs.cpp b/src/lib/netlist/examples/cs.cpp
index 8229c5bc032..f9b9741e0ff 100644
--- a/src/lib/netlist/examples/cs.cpp
+++ b/src/lib/netlist/examples/cs.cpp
@@ -10,14 +10,14 @@
NETLIST_START(cs)
- SOLVER(Solver, 48000)
- PARAM(Solver.ACCURACY, 1e-12)
- PARAM(Solver.METHOD, "MAT_CR")
+ SOLVER(Solver, 48000)
+ PARAM(Solver.ACCURACY, 1e-12)
+ PARAM(Solver.METHOD, "MAT_CR")
/* Positive current flows into pin 1 of the current source
* Thus we observe a negative voltage on R1.1 !
*/
- CS(CS1, 1e-3)
+ CS(CS1, 1e-3)
RES(R1, 1000)
NET_C(CS1.1, R1.1)