Browse Source

analysis/sensaskq.c, fix ancient bug, setting instead of asking 'deftol'

This is of no consequence,
  neither 'deftol' nor 'SENS_DEFTOL' is actually used somewhere.
pre-master-46
rlar 10 years ago
parent
commit
30be67b960
  1. 2
      src/spicelib/analysis/sensaskq.c

2
src/spicelib/analysis/sensaskq.c

@ -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…
Cancel
Save