netlist: Fix issue in inactive code-path. (nw)

This commit is contained in:
couriersud 2020-01-26 21:23:20 +01:00
parent 636894b02f
commit d980e7d6ab

View File

@ -225,9 +225,10 @@ static NETLIST_START(LM3900)
ALIAS(MINUS, R2.1) // Negative input
ALIAS(OUT, G1.OP) // Opamp output ...
ALIAS(GND, G1.ON) // V- terminal
ALIAS(VCC, DUMMY.I) // V+ terminal
ALIAS(VCC, DUMMY.1) // V+ terminal
DUMMY_INPUT(DUMMY)
RES(DUMMY, RES_K(1))
NET_C(DUMMY.2, GND)
/* The opamp model */