Browse Source

CKTdnames() prototype

pre-master-46
rlar 16 years ago
parent
commit
8db45f4205
  1. 5
      ChangeLog
  2. 1
      src/include/cktdefs.h
  3. 1
      src/spicelib/analysis/ckt.h

5
ChangeLog

@ -1,3 +1,8 @@
2010-10-08 Robert Larice
* src/include/cktdefs.h ,
* src/spicelib/analysis/ckt.h :
CKTdnames() prototype
2010-10-08 Robert Larice
* src/xspice/icm/Makefile :
too much quoting caused an error for quoted things in CFLAGS

1
src/include/cktdefs.h

@ -316,6 +316,7 @@ extern int CKTmodAsk(CKTcircuit *, GENmodel *, int , IFvalue *, IFvalue *);
extern int CKTmodCrt(CKTcircuit *, int , GENmodel **, IFuid);
extern int CKTmodParam(CKTcircuit *, GENmodel *, int , IFvalue *, IFvalue *);
extern int CKTnames(CKTcircuit *, int *, IFuid **);
extern int CKTdnames(CKTcircuit *);
extern int CKTnewAnal(CKTcircuit *, int , IFuid , JOB **, TSKtask *);
extern int CKTnewEq(CKTcircuit *, CKTnode **, IFuid);
extern int CKTnewNode(CKTcircuit *, CKTnode **, IFuid);

1
src/spicelib/analysis/ckt.h

@ -54,6 +54,7 @@ int CKTmodAsk( CKTcircuit *, GENmodel *, int , IFvalue *, IFvalue *);
int CKTmodCrt( CKTcircuit *, int , GENmodel **, IFuid );
int CKTmodParam( CKTcircuit *, GENmodel *, int , IFvalue *, IFvalue *);
int CKTnames(CKTcircuit *, int *, IFuid **);
int CKTdnames(CKTcircuit *);
int CKTnewAnal( CKTcircuit *, int , IFuid , JOB **, TSKtask *);
int CKTnewEq( CKTcircuit *, CKTnode **, IFuid );
int CKTnewNode( CKTcircuit *, CKTnode **, IFuid );

Loading…
Cancel
Save