Browse Source

Tnom default inline with model specification

pre-master-46
dwarning 7 years ago
committed by Holger Vogt
parent
commit
6bcf3ac41c
  1. 2
      src/spicelib/devices/vbic/vbicsetup.c

2
src/spicelib/devices/vbic/vbicsetup.c

@ -369,8 +369,6 @@ VBICsetup(SMPmatrix *matrix, GENmodel *inModel, CKTcircuit *ckt, int *states)
model->VBICrefVersion = 0.0;
}
if(!model->VBICtnomGiven) model->VBICtnom = ckt->CKTnomTemp - CONSTCtoK;
if(model->VBICtempExpRBGiven && !model->VBICtempExpRBIGiven) {
model->VBICtempExpRBI = model->VBICtempExpRB;
}

Loading…
Cancel
Save