TanDeriv() prototype --> include files

This commit is contained in:
rlar 2010-10-08 18:13:23 +00:00
parent 101f6d5f4a
commit 63d3f113ff
4 changed files with 9 additions and 2 deletions

View File

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

View File

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

View File

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

View File

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