cktop.c, #2/14, remove a redundant assignment
This commit is contained in:
parent
f0e3bc0025
commit
ec1e1114e8
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue