Browse Source

Added a CIDER dpendent reference

pre-master-46
sjborley 21 years ago
parent
commit
e4fdd6719c
  1. 4
      src/include/cktdefs.h

4
src/include/cktdefs.h

@ -2,6 +2,7 @@
* Copyright (c) 1985 Thomas L. Quarles
* Modified 1999 Paolo Nenzi - Removed non STDC definitions
* Modified 2000 AlansFixes
* $Id$
*/
#ifndef CKT
#define CKT "CKTdefs.h $Revision$ on $Date$ "
@ -288,6 +289,9 @@ extern int CKTdltNNum(void *, int );
extern int CKTdltNod( void *, void *);
extern int CKTdoJob( void *, int , void *);
extern void CKTdump( CKTcircuit *, double, void *);
#ifdef CIDER
extern void NDEVacct(CKTcircuit *ckt, FILE *file);
#endif /* CIDER */
extern void CKTncDump(CKTcircuit *);
extern int CKTfndAnal( void *, int *, void **, IFuid , void *, IFuid );
extern int CKTfndBranch( CKTcircuit *, IFuid);

Loading…
Cancel
Save