Fixed a bug in the Convergence Test Routine
This commit is contained in:
parent
ea24e1b052
commit
fb592a07f5
|
|
@ -84,7 +84,7 @@ NIconvTest(CKTcircuit *ckt)
|
|||
#else
|
||||
/* KCL Verification */
|
||||
}
|
||||
else if ((node->type == SP_VOLTAGE) && (!ckt->CKTnodeIsLinear [i]) && (ckt->CKTvoltCurNode [i]))
|
||||
if ((node->type == SP_VOLTAGE) && (!ckt->CKTnodeIsLinear [i]) && (ckt->CKTvoltCurNode [i]))
|
||||
{
|
||||
maximum = 0 ;
|
||||
ptr = ckt->CKTmkCurKCLarray [i] ;
|
||||
|
|
|
|||
Loading…
Reference in New Issue