diff --git a/src/spicelib/devices/dio/diotemp.c b/src/spicelib/devices/dio/diotemp.c index a67dc386e..f2e3d0bd3 100644 --- a/src/spicelib/devices/dio/diotemp.c +++ b/src/spicelib/devices/dio/diotemp.c @@ -210,8 +210,6 @@ void DIOtempUpdate(DIOmodel *inModel, DIOinstance *here, double Temp, CKTcircuit here->DIOtDepSWCap=model->DIOdepletionSWcapCoeff* here->DIOtJctSWPot; /* and Vcrit */ - vte=model->DIOemissionCoeff*vt; - here->DIOtVcrit = vte * log(vte/(CONSTroot2*here->DIOtSatCur)); /* limit junction potential to max of 1/FC */