comment tnom celsius -> kelvin transformation change

This commit is contained in:
dwarning 2009-12-18 17:30:04 +00:00
parent 6a7c441e7e
commit cd4dd742bd
1 changed files with 1 additions and 1 deletions

View File

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