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)
This commit is contained in:
parent
a6590d354f
commit
f8036c5363
|
|
@ -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…
Reference in New Issue