mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 13:57:32 +02:00
Fixed a bug in the Convergence Test Routine
This commit is contained in:
@@ -84,7 +84,7 @@ NIconvTest(CKTcircuit *ckt)
|
|||||||
#else
|
#else
|
||||||
/* KCL Verification */
|
/* 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 ;
|
maximum = 0 ;
|
||||||
ptr = ckt->CKTmkCurKCLarray [i] ;
|
ptr = ckt->CKTmkCurKCLarray [i] ;
|
||||||
|
|||||||
Reference in New Issue
Block a user