Browse Source

If XSPICE is not selected, still send CKTspDump(ckt, freq, spPlot),

but without ipc (spPlot instead of undefined acPlot)
pre-master-46
Holger Vogt 4 years ago
parent
commit
8e80933cfa
  1. 2
      src/spicelib/analysis/span.c

2
src/spicelib/analysis/span.c

@ -894,7 +894,7 @@ SPan(CKTcircuit* ckt, int restart)
/* gtri - modify - wbk - 12/19/90 - Send IPC stuff */
#else
error = CKTspDump(ckt, freq, acPlot, job->SPdoNoise));
error = CKTspDump(ckt, freq, spPlot, job->SPdoNoise));
#endif
if (error) {
UPDATE_STATS(DOING_AC);

Loading…
Cancel
Save