From 30be67b96023057c292a0a5011d6b885335dcab7 Mon Sep 17 00:00:00 2001 From: rlar Date: Tue, 2 Aug 2016 18:39:45 +0200 Subject: [PATCH] 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. --- src/spicelib/analysis/sensaskq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spicelib/analysis/sensaskq.c b/src/spicelib/analysis/sensaskq.c index 303421dcd..74c26f5ab 100644 --- a/src/spicelib/analysis/sensaskq.c +++ b/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: