From cd4dd742bde81bf45ffae6856ba6647e020aa026 Mon Sep 17 00:00:00 2001 From: dwarning Date: Fri, 18 Dec 2009 17:30:04 +0000 Subject: [PATCH] comment tnom celsius -> kelvin transformation change --- src/spicelib/devices/bsim3v32/b3v32set.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spicelib/devices/bsim3v32/b3v32set.c b/src/spicelib/devices/bsim3v32/b3v32set.c index c0d6f97d1..6eb431df0 100644 --- a/src/spicelib/devices/bsim3v32/b3v32set.c +++ b/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)