fix ancient bug, setting instead of asking 'deftol'
This is of no consequence, neither 'deftol' nor 'SENS_DEFTOL' is actually used somewhere.
This commit is contained in:
parent
be825a7162
commit
319ec861a5
|
|
@ -39,7 +39,7 @@ SENSask(CKTcircuit *ckt, JOB *anal, int which, IFvalue *value)
|
|||
break;
|
||||
|
||||
case SENS_DEFTOL:
|
||||
job->deftol = value->rValue;
|
||||
value->rValue = job->deftol;
|
||||
break;
|
||||
|
||||
case SENS_DEFPERTURB:
|
||||
|
|
|
|||
Loading…
Reference in New Issue