diff --git a/src/xspice/icm/xtradev/degmonitor/cfunc.mod b/src/xspice/icm/xtradev/degmonitor/cfunc.mod index 58014abbe..8a7fb5915 100644 --- a/src/xspice/icm/xtradev/degmonitor/cfunc.mod +++ b/src/xspice/icm/xtradev/degmonitor/cfunc.mod @@ -465,7 +465,7 @@ void cm_degmon(ARGS) /* structure holding parms, char *thisinstance = INSTNAME; /**** model equations 3 ****/ sintegral = sintegral * tfut / tsim; - deg = 1. / (c * (pow(sintegral, -1.* n))); + deg = 1. / (c * (1. + pow(sintegral, (-1.* n)))); /***************************/ sintegral = 1e99; // flag final time step /* only significant degradation */