This commit is contained in:
pnenzi 2003-08-13 13:03:53 +00:00
parent 9ee4064c46
commit 4b3cc927b9
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ Modified: 2000 AlansFixes
/* subroutine to do DC TRANSIENT analysis
--- ONLY, unlike spice2 routine with the same name! */
#include<ngspice.h>
#include <config.h>
#include <cktdefs.h>
#include <cktaccept.h>

View File

@ -32,4 +32,4 @@ extern int BJT2disto(int,GENmodel*,CKTcircuit*);
extern int BJT2noise(int,int,GENmodel*,CKTcircuit*,Ndata*,double*);
extern int BJT2dSetup(GENmodel*, register CKTcircuit*);
#endif
#endif