Browse Source

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

pre-master-46
rlar 16 years ago
parent
commit
ef26170d5a
  1. 5
      ChangeLog
  2. 2
      src/include/distodef.h
  3. 8
      src/spicelib/analysis/distoan.c

5
ChangeLog

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

2
src/include/distodef.h

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

8
src/spicelib/analysis/distoan.c

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

Loading…
Cancel
Save