From ec1e1114e8b09ca6f7b49ec9c5edbad4cae4558a Mon Sep 17 00:00:00 2001 From: rlar Date: Sun, 24 Jul 2016 16:06:40 +0200 Subject: [PATCH] cktop.c, #2/14, remove a redundant assignment --- src/spicelib/analysis/cktop.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/spicelib/analysis/cktop.c b/src/spicelib/analysis/cktop.c index fca518a1d..0cdfaf914 100644 --- a/src/spicelib/analysis/cktop.c +++ b/src/spicelib/analysis/cktop.c @@ -510,7 +510,6 @@ gillespie_src (CKTcircuit * ckt, long int firstmode, ckt->CKTsrcFact = 1; if (ConvFact != 1) { - ckt->CKTsrcFact = 1; ckt->CKTcurrentAnalysis = DOING_TRAN; SPfrontEnd->IFerrorf (ERR_WARNING, "source stepping failed");