From f8036c5363f48101a7194d11c3aaec10fca9f936 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sat, 25 Oct 2025 15:37:08 +0200 Subject: [PATCH] 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) --- src/spicelib/analysis/noisean.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/spicelib/analysis/noisean.c b/src/spicelib/analysis/noisean.c index de15daaf8..3eeca41f2 100644 --- a/src/spicelib/analysis/noisean.c +++ b/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) {