From 231e6218a5eb9861a3a089ae21ff6aa817be4e82 Mon Sep 17 00:00:00 2001 From: dwarning Date: Tue, 5 Oct 2021 20:22:17 +0200 Subject: [PATCH] remove comment regarding ancient leakage current defaults --- src/spicelib/devices/bjt/bjttemp.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/spicelib/devices/bjt/bjttemp.c b/src/spicelib/devices/bjt/bjttemp.c index 9af40ae42..a290a171a 100644 --- a/src/spicelib/devices/bjt/bjttemp.c +++ b/src/spicelib/devices/bjt/bjttemp.c @@ -48,18 +48,6 @@ BJTtemp(GENmodel *inModel, CKTcircuit *ckt) model->BJTminBaseResist = model->BJTbaseResist; } -/* - * COMPATABILITY WARNING! - * special note: for backward compatability to much older models, spice 2G - * implemented a special case which checked if B-E leakage saturation - * current was >1, then it was instead a the B-E leakage saturation current - * divided by IS, and multiplied it by IS at this point. This was not - * handled correctly in the 2G code, and there is some question on its - * reasonability, since it is also undocumented, so it has been left out - * here. It could easily be added with 1 line. (The same applies to the B-C - * leakage saturation current). TQ 6/29/84 - */ - if(model->BJTtransitTimeFVBCGiven && model->BJTtransitTimeFVBC != 0) { model->BJTtransitTimeVBCFactor =1/(model->BJTtransitTimeFVBC*1.44); } else {