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
31a8486c03
commit
89c03ca640
|
|
@ -182,9 +182,8 @@ NOISEan(CKTcircuit* ckt, int restart)
|
||||||
EVTop_save(ckt, MIF_TRUE, 0.0);
|
EVTop_save(ckt, MIF_TRUE, 0.0);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{ // start of no XSPICE event-driven instances
|
|
||||||
#endif
|
#endif
|
||||||
|
{ // start of no XSPICE event-driven instances
|
||||||
#ifdef KLU
|
#ifdef KLU
|
||||||
if (ckt->CKTmatrix->CKTkluMODE)
|
if (ckt->CKTmatrix->CKTkluMODE)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue