If XSPICE is not selected, still send CKTspDump(ckt, freq, spPlot),
but without ipc (spPlot instead of undefined acPlot)
This commit is contained in:
parent
d14ea924b3
commit
8dc34b31a2
|
|
@ -613,7 +613,7 @@ SPan(CKTcircuit *ckt, int restart)
|
||||||
|
|
||||||
/* gtri - modify - wbk - 12/19/90 - Send IPC stuff */
|
/* gtri - modify - wbk - 12/19/90 - Send IPC stuff */
|
||||||
#else
|
#else
|
||||||
error = CKTspDump(ckt, freq, acPlot);
|
error = CKTspDump(ckt, freq, spPlot);
|
||||||
#endif
|
#endif
|
||||||
if (error) {
|
if (error) {
|
||||||
UPDATE_STATS(DOING_AC);
|
UPDATE_STATS(DOING_AC);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue