Browse Source

fix bug no 819, which has been introduced by

d5ef8a366 ("Remove all entries connected to IPC, an outdated (>30 years) method to link ngspice to a now defunct controller (ATESSE).", 2025-10-21)
pre-master-46
Holger Vogt 5 months ago
parent
commit
f8036c5363
  1. 3
      src/spicelib/analysis/noisean.c

3
src/spicelib/analysis/noisean.c

@ -182,9 +182,8 @@ NOISEan(CKTcircuit* ckt, int restart)
EVTop_save(ckt, MIF_TRUE, 0.0);
}
else
{ // start of no XSPICE event-driven instances
#endif
{ // start of no XSPICE event-driven instances
#ifdef KLU
if (ckt->CKTmatrix->CKTkluMODE)
{

Loading…
Cancel
Save