Removed --enable-intnoise switch and related ifdef. Integrated noise

plot now is always generated.
This commit is contained in:
pnenzi
2008-08-25 18:58:00 +00:00
parent 7f6ad5c706
commit cacdda8fde
3 changed files with 5 additions and 10 deletions
-2
View File
@@ -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);