Browse Source

unconditional visibility of the cider prototypes limit*()

pre-master-46
rlar 16 years ago
parent
commit
c04fd4df28
  1. 4
      ChangeLog
  2. 2
      src/include/devdefs.h

4
ChangeLog

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

2
src/include/devdefs.h

@ -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…
Cancel
Save