Fixed a bug in the Convergence Test Routine

This commit is contained in:
Francesco Lannutti 2013-07-14 11:10:52 +02:00
parent ea24e1b052
commit fb592a07f5
1 changed files with 1 additions and 1 deletions

View File

@ -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] ;