remove local prototypes, which are already included

This commit is contained in:
rlar 2010-10-16 15:42:51 +00:00
parent fe2a308698
commit d0b7dae2e8
3 changed files with 5 additions and 17 deletions

View File

@ -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

View File

@ -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)

View File

@ -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,