Browse Source

comment tnom celsius -> kelvin transformation change

pre-master-46
dwarning 17 years ago
parent
commit
cd4dd742bd
  1. 2
      src/spicelib/devices/bsim3v32/b3v32set.c

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

@ -758,7 +758,7 @@ IFuid tmpName;
if (!model->BSIM3v32tnomGiven)
model->BSIM3v32tnom = ckt->CKTnomTemp;
/* else
model->BSIM3v32tnom = model->BSIM3v32tnom + 273.15; */
model->BSIM3v32tnom = model->BSIM3v32tnom + 273.15; we make this transform in b3v32mpar.c in the first run */
if (!model->BSIM3v32LintGiven)
model->BSIM3v32Lint = 0.0;
if (!model->BSIM3v32LlGiven)

Loading…
Cancel
Save