Browse Source

Bug fix.

pre-master-46
pnenzi 23 years ago
parent
commit
4b3cc927b9
  1. 1
      src/spicelib/analysis/dctran.c
  2. 2
      src/spicelib/devices/bjt2/bjt2ext.h

1
src/spicelib/analysis/dctran.c

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

2
src/spicelib/devices/bjt2/bjt2ext.h

@ -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
Loading…
Cancel
Save