diff --git a/src/spicelib/devices/dio/diotemp.c b/src/spicelib/devices/dio/diotemp.c index 490d49700..a09f7d079 100644 --- a/src/spicelib/devices/dio/diotemp.c +++ b/src/spicelib/devices/dio/diotemp.c @@ -197,8 +197,8 @@ void DIOtempUpdate(DIOmodel *inModel, DIOinstance *here, double Temp, CKTcircuit cbv = here->DIOm * model->DIObreakdownCurrent * here->DIOarea; } if (cbv < here->DIOtSatCur * tBreakdownVoltage/vt) { - cbv=here->DIOtSatCur * tBreakdownVoltage/vt; #ifdef TRACE + cbv=here->DIOtSatCur * tBreakdownVoltage/vt; SPfrontEnd->IFerrorf (ERR_WARNING, "%s: breakdown current increased to %g to resolve", here->DIOname, cbv); SPfrontEnd->IFerrorf (ERR_WARNING, "incompatibility with specified saturation current");