mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-29 01:04:55 +02:00
Removed --enable-intnoise switch and related ifdef. Integrated noise
plot now is always generated.
This commit is contained in:
@@ -271,7 +271,6 @@ NOISEan (CKTcircuit *ckt, int restart)
|
||||
error = CKTnoise(ckt,N_DENS,N_CLOSE,data);
|
||||
if (error) return(error);
|
||||
|
||||
#ifdef INT_NOISE
|
||||
data->numPlots = 0;
|
||||
data->outNumber = 0;
|
||||
|
||||
@@ -291,7 +290,6 @@ NOISEan (CKTcircuit *ckt, int restart)
|
||||
error = CKTnoise(ckt,INT_NOIZ,N_CLOSE,data);
|
||||
if (error) return(error);
|
||||
}
|
||||
#endif
|
||||
|
||||
FREE(data);
|
||||
return(OK);
|
||||
|
||||
Reference in New Issue
Block a user