@ -85,7 +85,7 @@ retry:
}
return (OK);
};
int NIspSolve(CKTcircuit* ckt)
{
@ -107,7 +107,7 @@ int NIspSolve(CKTcircuit* ckt)
SWAP(double*, ckt->CKTrhs, ckt->CKTrhsOld);
#endif
@ -368,4 +368,4 @@ NIiter(CKTcircuit *ckt, int maxIter)
void NIresetwarnmsg(void) {
msgcount = 0;
@ -33,7 +33,7 @@ extern double Fmin;
int CKTmatrixIndex(CKTcircuit* ckt, int source, int dest)
return source * ckt->CKTportCount + dest;
int CKTspCalcSMatrix(CKTcircuit* ckt)