Browse Source

init struct pParam

pre-master-46
dwarning 17 years ago
parent
commit
289a9e6113
  1. 2
      src/spicelib/devices/bsim3v32/b3v32temp.c

2
src/spicelib/devices/bsim3v32/b3v32temp.c

@ -34,7 +34,7 @@ BSIM3v32temp (GENmodel *inModel, CKTcircuit *ckt)
{
BSIM3v32model *model = (BSIM3v32model*) inModel;
BSIM3v32instance *here;
struct bsim3SizeDependParam *pSizeDependParamKnot, *pLastKnot, *pParam;
struct bsim3SizeDependParam *pSizeDependParamKnot, *pLastKnot, *pParam=NULL;
double tmp, tmp1, tmp2, tmp3, Eg, Eg0, ni, T0, T1, T2, T3, T4, T5, Ldrn, Wdrn;
double delTemp, Temp, TRatio, Inv_L, Inv_W, Inv_LW, Vtm0, Tnom;
double Nvtm, SourceSatCurrent, DrainSatCurrent;

Loading…
Cancel
Save