From 8e80933cfa17f998418bbbc2b5e7b0add8ff679c Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Fri, 29 Apr 2022 07:21:39 +0200 Subject: [PATCH] If XSPICE is not selected, still send CKTspDump(ckt, freq, spPlot), but without ipc (spPlot instead of undefined acPlot) --- src/spicelib/analysis/span.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spicelib/analysis/span.c b/src/spicelib/analysis/span.c index caceb95e5..b895dfd9c 100644 --- a/src/spicelib/analysis/span.c +++ b/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);