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

but without ipc (spPlot instead of undefined acPlot)
This commit is contained in:
Holger Vogt 2022-04-29 07:21:39 +02:00
parent 764a651b73
commit 8e80933cfa
1 changed files with 1 additions and 1 deletions

View File

@ -894,7 +894,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, job->SPdoNoise)); error = CKTspDump(ckt, freq, spPlot, job->SPdoNoise));
#endif #endif
if (error) { if (error) {
UPDATE_STATS(DOING_AC); UPDATE_STATS(DOING_AC);