DkerProc() CKTdisto() prototypes --> include files

This commit is contained in:
rlar 2010-10-08 18:09:02 +00:00
parent 3d9a742802
commit ef26170d5a
3 changed files with 7 additions and 8 deletions

View File

@ -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
* src/ciderlib/oned/onedext.h ,
* src/spicelib/parser/inp.h :

View File

@ -212,7 +212,9 @@ extern void AtanDeriv(Dderivs *, Dderivs *);
extern void CosDeriv(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*/

View File

@ -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
DISTOan(CKTcircuit *ckt, int restart)