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:
rlar 2016-08-02 18:39:45 +02:00
parent be825a7162
commit 319ec861a5
1 changed files with 1 additions and 1 deletions

View File

@ -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: