intel cc see obsolete }; as empty declaration
This commit is contained in:
parent
47e3eac83c
commit
69da75f7f0
|
|
@ -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);
|
||||
return (OK);
|
||||
};
|
||||
}
|
||||
|
||||
#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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue