Browse Source

TanDeriv() prototype --> include files

pre-master-46
rlar 16 years ago
parent
commit
63d3f113ff
  1. 6
      ChangeLog
  2. 1
      src/include/distodef.h
  3. 2
      src/spicelib/devices/bjt/bjtdset.c
  4. 2
      src/spicelib/devices/bjt2/bjt2dset.c

6
ChangeLog

@ -1,3 +1,9 @@
2010-10-08 Robert Larice
* src/include/distodef.h ,
* src/spicelib/devices/bjt/bjtdset.c ,
* src/spicelib/devices/bjt2/bjt2dset.c :
TanDeriv() prototype --> include files
2010-10-08 Robert Larice
* src/xspice/cmpp/cmpp.h ,
* src/xspice/cmpp/main.c ,

1
src/include/distodef.h

@ -210,6 +210,7 @@ extern void DivDeriv(Dderivs *, Dderivs *, Dderivs *);
extern void PowDeriv(Dderivs *, Dderivs *, double);
extern void AtanDeriv(Dderivs *, Dderivs *);
extern void CosDeriv(Dderivs *, Dderivs *);
extern void TanDeriv(Dderivs *, Dderivs *);
extern void ExpDeriv(Dderivs *, Dderivs *);
extern int CKTdisto(CKTcircuit *ckt, int mode);

2
src/spicelib/devices/bjt/bjtdset.c

@ -19,7 +19,7 @@ Author: 1988 Jaijeet S Roychowdhury
/* actually load the current resistance value into the sparse matrix
* previously provided */
void TanDeriv(Dderivs *new, Dderivs *old);
int BJTdSetup(GENmodel *inModel, CKTcircuit *ckt)
{
BJTmodel *model = (BJTmodel*)inModel;

2
src/spicelib/devices/bjt2/bjt2dset.c

@ -17,7 +17,7 @@ Modified: Alan Gillespie
* This function initialises the Taylor coeffs for the
* BJT2's in the circuit
*/
void TanDeriv(Dderivs *new, Dderivs *old);
int BJT2dSetup(GENmodel *inModel, CKTcircuit *ckt)
/* actually load the current resistance value into the
* sparse matrix previously provided

Loading…
Cancel
Save