unconditional visibility of the cider prototypes limit*()
This commit is contained in:
parent
60caf347a3
commit
c04fd4df28
|
|
@ -1,3 +1,7 @@
|
|||
2010-10-16 Robert Larice
|
||||
* src/include/devdefs.h :
|
||||
unconditional visibility of the cider prototypes limit*()
|
||||
|
||||
2010-10-16 Robert Larice
|
||||
* src/frontend/rawfile.c :
|
||||
remove unused variables
|
||||
|
|
|
|||
|
|
@ -22,14 +22,12 @@ void DEVqmeyer(double,double,double,double,double,double*,double*,double*,
|
|||
double,double);
|
||||
double DEVpred(CKTcircuit*,int);
|
||||
|
||||
#ifdef CIDER
|
||||
/* Cider integration */
|
||||
double limitResistorVoltage( double, double, int * );
|
||||
double limitJunctionVoltage( double, double, int * );
|
||||
double limitVbe( double, double, int * );
|
||||
double limitVce( double, double, int * );
|
||||
double limitVgb( double, double, int * );
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue