TanDeriv() prototype --> include files
This commit is contained in:
parent
101f6d5f4a
commit
63d3f113ff
|
|
@ -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 ,
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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…
Reference in New Issue