intel cc see obsolete }; as empty declaration
This commit is contained in:
parent
47e3eac83c
commit
69da75f7f0
|
|
@ -85,7 +85,7 @@ retry:
|
||||||
}
|
}
|
||||||
|
|
||||||
return (OK);
|
return (OK);
|
||||||
};
|
}
|
||||||
|
|
||||||
int NIspSolve(CKTcircuit* ckt)
|
int NIspSolve(CKTcircuit* ckt)
|
||||||
{
|
{
|
||||||
|
|
@ -107,7 +107,7 @@ int NIspSolve(CKTcircuit* ckt)
|
||||||
|
|
||||||
SWAP(double*, ckt->CKTrhs, ckt->CKTrhsOld);
|
SWAP(double*, ckt->CKTrhs, ckt->CKTrhsOld);
|
||||||
return (OK);
|
return (OK);
|
||||||
};
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -368,4 +368,4 @@ NIiter(CKTcircuit *ckt, int maxIter)
|
||||||
|
|
||||||
void NIresetwarnmsg(void) {
|
void NIresetwarnmsg(void) {
|
||||||
msgcount = 0;
|
msgcount = 0;
|
||||||
};
|
}
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ extern double Fmin;
|
||||||
int CKTmatrixIndex(CKTcircuit* ckt, int source, int dest)
|
int CKTmatrixIndex(CKTcircuit* ckt, int source, int dest)
|
||||||
{
|
{
|
||||||
return source * ckt->CKTportCount + dest;
|
return source * ckt->CKTportCount + dest;
|
||||||
};
|
}
|
||||||
|
|
||||||
int CKTspCalcSMatrix(CKTcircuit* ckt)
|
int CKTspCalcSMatrix(CKTcircuit* ckt)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue