correct the step incrementing type to SENS_LINEAR
This commit is contained in:
parent
3c49c4eb8f
commit
5bc8429b2f
|
|
@ -620,7 +620,7 @@ int sens_sens(CKTcircuit *ckt, int restart)
|
|||
double
|
||||
inc_freq(double freq, int type, double step_size)
|
||||
{
|
||||
if (type != LINEAR)
|
||||
if (type != SENS_LINEAR)
|
||||
freq *= step_size;
|
||||
else
|
||||
freq += step_size;
|
||||
|
|
|
|||
Loading…
Reference in New Issue