Avoid to verify Delta-V, since it's included in the KCL Verification
This commit is contained in:
parent
a93d51a074
commit
0e59399e2a
|
|
@ -22,15 +22,15 @@ NIconvTest(CKTcircuit *ckt)
|
||||||
int size; /* size of the matrix */
|
int size; /* size of the matrix */
|
||||||
CKTnode *node; /* current matrix entry */
|
CKTnode *node; /* current matrix entry */
|
||||||
|
|
||||||
//#ifndef KIRCHHOFF
|
#ifndef KIRCHHOFF
|
||||||
double old;
|
double old;
|
||||||
double new;
|
double new;
|
||||||
double tol;
|
double tol;
|
||||||
//#endif
|
#endif
|
||||||
|
|
||||||
size = SMPmatSize (ckt->CKTmatrix) ;
|
size = SMPmatSize (ckt->CKTmatrix) ;
|
||||||
|
|
||||||
//#ifndef KIRCHHOFF
|
#ifndef KIRCHHOFF
|
||||||
#ifdef STEPDEBUG
|
#ifdef STEPDEBUG
|
||||||
for (i=1;i<=size;i++) {
|
for (i=1;i<=size;i++) {
|
||||||
new = ckt->CKTrhs [i] ;
|
new = ckt->CKTrhs [i] ;
|
||||||
|
|
@ -59,8 +59,8 @@ NIconvTest(CKTcircuit *ckt)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//#else
|
#else
|
||||||
#ifdef KIRCHHOFF
|
|
||||||
/* KCL Verification */
|
/* KCL Verification */
|
||||||
double maximum = 0 ;
|
double maximum = 0 ;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue