unused variable step

This commit is contained in:
dwarning 2007-11-14 20:24:09 +00:00
parent 2d07152cd3
commit abcd242444
1 changed files with 2 additions and 2 deletions

View File

@ -314,10 +314,10 @@ ACan(CKTcircuit *ckt, int restart)
{ {
double endfreq = ((ACAN*)ckt->CKTcurJob)->ACstopFreq; double endfreq = ((ACAN*)ckt->CKTcurJob)->ACstopFreq;
double startfreq = ((ACAN*)ckt->CKTcurJob)->ACstartFreq; double startfreq = ((ACAN*)ckt->CKTcurJob)->ACstartFreq;
double step = ((ACAN*)ckt->CKTcurJob)->ACfreqDelta; /* double step = ((ACAN*)ckt->CKTcurJob)->ACfreqDelta; */
endfreq = log(endfreq); endfreq = log(endfreq);
if (startfreq == 0.0) if (startfreq == 0.0)
startfreq = 1e-12; startfreq = 1e-12;
startfreq = log(startfreq); startfreq = log(startfreq);
if (freq > 0.0) if (freq > 0.0)