Added prototype.
This commit is contained in:
parent
00ccfec837
commit
a872f83194
|
|
@ -1,5 +1,7 @@
|
||||||
2004-01-10 Paolo Nenzi <p.nenzi@ieee.org>
|
2004-01-10 Paolo Nenzi <p.nenzi@ieee.org>
|
||||||
|
|
||||||
|
* src/include/cktdefs.h: added prototype for NInzIter().
|
||||||
|
|
||||||
* src/spicelib/devices/cpl/*: Added CPLask and CPLmAsk functions to
|
* src/spicelib/devices/cpl/*: Added CPLask and CPLmAsk functions to
|
||||||
access device's internals. Added CPLunsetup function to allow
|
access device's internals. Added CPLunsetup function to allow
|
||||||
for multiple simulations.
|
for multiple simulations.
|
||||||
|
|
|
||||||
|
|
@ -383,7 +383,8 @@ extern int NIpzSym(PZtrial **, PZtrial *);
|
||||||
extern int NIpzSym2(PZtrial **, PZtrial *);
|
extern int NIpzSym2(PZtrial **, PZtrial *);
|
||||||
extern int NIreinit( CKTcircuit *);
|
extern int NIreinit( CKTcircuit *);
|
||||||
extern int NIsenReinit( CKTcircuit *);
|
extern int NIsenReinit( CKTcircuit *);
|
||||||
extern int NIdIter (CKTcircuit *);
|
extern int NIdIter (CKTcircuit *);
|
||||||
|
extern void NInzIter(CKTcircuit*, int, int );
|
||||||
extern IFfrontEnd *SPfrontEnd;
|
extern IFfrontEnd *SPfrontEnd;
|
||||||
|
|
||||||
#endif /*CKT*/
|
#endif /*CKT*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue