DkerProc() CKTdisto() prototypes --> include files
This commit is contained in:
parent
3d9a742802
commit
ef26170d5a
|
|
@ -1,3 +1,8 @@
|
||||||
|
2010-10-08 Robert Larice
|
||||||
|
* src/include/distodef.h ,
|
||||||
|
* src/spicelib/analysis/distoan.c :
|
||||||
|
DkerProc() CKTdisto() prototypes --> include files
|
||||||
|
|
||||||
2010-10-08 Robert Larice
|
2010-10-08 Robert Larice
|
||||||
* src/ciderlib/oned/onedext.h ,
|
* src/ciderlib/oned/onedext.h ,
|
||||||
* src/spicelib/parser/inp.h :
|
* src/spicelib/parser/inp.h :
|
||||||
|
|
|
||||||
|
|
@ -212,7 +212,9 @@ extern void AtanDeriv(Dderivs *, Dderivs *);
|
||||||
extern void CosDeriv(Dderivs *, Dderivs *);
|
extern void CosDeriv(Dderivs *, Dderivs *);
|
||||||
extern void ExpDeriv(Dderivs *, Dderivs *);
|
extern void ExpDeriv(Dderivs *, Dderivs *);
|
||||||
|
|
||||||
|
extern int CKTdisto(CKTcircuit *ckt, int mode);
|
||||||
|
|
||||||
|
extern int DkerProc(int type, double *rPtr, double *iPtr, int size, DISTOAN *job);
|
||||||
|
|
||||||
|
|
||||||
#endif /*DISTODEFS*/
|
#endif /*DISTODEFS*/
|
||||||
|
|
|
||||||
|
|
@ -34,14 +34,6 @@ DstorAlloc(double ***header, int size)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#ifdef STDC
|
|
||||||
extern int CKTdisto(CKTcircuit*, int);
|
|
||||||
extern int DkerProc(int,double*,double*,int,DISTOan*);
|
|
||||||
#else
|
|
||||||
extern int CKTdisto(CKTcircuit *ckt, int mode);
|
|
||||||
extern int DkerProc(int type, double *rPtr, double *iPtr, int size, DISTOAN *job);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
int
|
int
|
||||||
DISTOan(CKTcircuit *ckt, int restart)
|
DISTOan(CKTcircuit *ckt, int restart)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue