cktop.c, #2/14, remove a redundant assignment

This commit is contained in:
rlar 2016-07-24 16:06:40 +02:00
parent f0e3bc0025
commit ec1e1114e8
1 changed files with 0 additions and 1 deletions

View File

@ -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");