remove some stuttered prototypes
This commit is contained in:
parent
4d31d2a12f
commit
3d9a742802
|
|
@ -1,3 +1,8 @@
|
|||
2010-10-08 Robert Larice
|
||||
* src/ciderlib/oned/onedext.h ,
|
||||
* src/spicelib/parser/inp.h :
|
||||
remove some stuttered prototypes
|
||||
|
||||
2010-10-08 Robert Larice
|
||||
* src/frontend/dotcards.c ,
|
||||
* src/frontend/numparam/spicenum.c ,
|
||||
|
|
|
|||
|
|
@ -101,7 +101,6 @@ extern void ONEnormalize(ONEdevice *);
|
|||
extern void ONEdcSolve(ONEdevice *, int, BOOLEAN, BOOLEAN, ONEtranInfo *);
|
||||
extern BOOLEAN ONEpsiDeltaConverged(ONEdevice *, int *);
|
||||
extern BOOLEAN ONEdeltaConverged(ONEdevice *);
|
||||
extern BOOLEAN ONEdeltaConverged(ONEdevice *);
|
||||
extern void ONEresetJacobian(ONEdevice *);
|
||||
extern void ONEstoreNeutralGuess(ONEdevice *);
|
||||
extern void ONEequilSolve(ONEdevice *);
|
||||
|
|
@ -109,7 +108,6 @@ extern void ONEbiasSolve(ONEdevice *, int, BOOLEAN, ONEtranInfo *);
|
|||
extern void ONEstoreEquilibGuess(ONEdevice *);
|
||||
extern void ONEstoreInitialGuess(ONEdevice *);
|
||||
extern int ONEnewDelta(ONEdevice *, BOOLEAN, ONEtranInfo *);
|
||||
extern int ONEnewDelta(ONEdevice *, BOOLEAN, ONEtranInfo *);
|
||||
extern double ONEtrunc(ONEdevice *, ONEtranInfo *, double);
|
||||
extern void ONEsaveState(ONEdevice *);
|
||||
extern double ONEnuNorm(ONEdevice *);
|
||||
|
|
|
|||
|
|
@ -102,7 +102,6 @@ double PTsgn(double arg);
|
|||
double PTplus(double arg1, double arg2);
|
||||
double PTminus(double arg1, double arg2);
|
||||
double PTtimes(double arg1, double arg2);
|
||||
double PTtimes(double arg1, double arg2);
|
||||
double PTdivide(double arg1, double arg2);
|
||||
double PTpower(double arg1, double arg2);
|
||||
double PTacos(double arg);
|
||||
|
|
|
|||
Loading…
Reference in New Issue