remove local prototypes, which are already included
This commit is contained in:
parent
fe2a308698
commit
d0b7dae2e8
|
|
@ -1,3 +1,8 @@
|
|||
2010-10-16 Robert Larice
|
||||
* src/ciderlib/oned/oneadmit.c ,
|
||||
* src/ciderlib/oned/onesolve.c :
|
||||
remove local prototypes, which are already included
|
||||
|
||||
2010-10-16 Robert Larice
|
||||
* src/include/ngspice.h :
|
||||
remove prototypes, avoid redeclarations
|
||||
|
|
|
|||
|
|
@ -31,11 +31,6 @@ extern IFfrontEnd *SPfrontEnd;
|
|||
SPcomplex yAc;
|
||||
|
||||
|
||||
/* Forward Declarations */
|
||||
SPcomplex *computeAdmittance(ONEnode *, BOOLEAN, double *,
|
||||
double *, SPcomplex *);
|
||||
BOOLEAN ONEsorSolve(ONEdevice *pDevice, double *xReal,
|
||||
double *xImag, double omega);
|
||||
|
||||
int
|
||||
NUMDadmittance(ONEdevice *pDevice, double omega, SPcomplex *yd)
|
||||
|
|
|
|||
|
|
@ -27,18 +27,6 @@ extern IFfrontEnd *SPfrontEnd;
|
|||
|
||||
|
||||
|
||||
/* Forward Declarations */
|
||||
void ONEdcSolve(ONEdevice *, int, BOOLEAN, BOOLEAN, ONEtranInfo *);
|
||||
BOOLEAN ONEpsiDeltaConverged(ONEdevice *, int *);
|
||||
BOOLEAN ONEdeltaConverged(ONEdevice *);
|
||||
int ONEnewDelta(ONEdevice *, BOOLEAN , ONEtranInfo *);
|
||||
void ONEstoreNeutralGuess(ONEdevice *);
|
||||
void ONEstoreEquilibGuess(ONEdevice *);
|
||||
void ONEstoreInitialGuess(ONEdevice *pDevice);
|
||||
double ONEnuNorm(ONEdevice *);
|
||||
void ONEjacCheck(ONEdevice *, BOOLEAN , ONEtranInfo *);
|
||||
|
||||
|
||||
/* The iteration driving loop and convergence check */
|
||||
void
|
||||
ONEdcSolve(ONEdevice *pDevice, int iterationLimit, BOOLEAN newSolver,
|
||||
|
|
|
|||
Loading…
Reference in New Issue