diff --git a/src/spicelib/devices/adms/admst/ngspiceMODULEguesstopology.c.xml b/src/spicelib/devices/adms/admst/ngspiceMODULEguesstopology.c.xml index 2800b87e2..b1542bb07 100644 --- a/src/spicelib/devices/adms/admst/ngspiceMODULEguesstopology.c.xml +++ b/src/spicelib/devices/adms/admst/ngspiceMODULEguesstopology.c.xml @@ -74,6 +74,17 @@ + + + + + + + + + + + @@ -208,6 +219,9 @@ #include "ngspice/ifsim.h" #include "ngspice/suffix.h" +#define ELECTRON_CHARGE 1.602191770e-19 /* C */ +#define BOLTZMANN 1.38062259e-23 /* J/oK */ + #define jacobian(a,b) here->PTR_J_##a##_##b##_required=1; #define static_jacobian4(p,q,r,s) jacobian(p,r) jacobian(p,s) jacobian(q,r) jacobian(q,s) #define static_jacobian2s(p,q,r) jacobian(p,r) jacobian(q,r)