From 951fc54139b097272f47a0e72bc309dad8bf69da Mon Sep 17 00:00:00 2001 From: rlar Date: Sat, 13 May 2017 14:22:19 +0200 Subject: [PATCH] ngspiceMODULE.hxx.xml, add BOLTZMANN and ELECTON_CHARGE --- src/spicelib/devices/adms/admst/ngspiceMODULE.hxx.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/spicelib/devices/adms/admst/ngspiceMODULE.hxx.xml b/src/spicelib/devices/adms/admst/ngspiceMODULE.hxx.xml index 0a7229f13..0988da6d3 100644 --- a/src/spicelib/devices/adms/admst/ngspiceMODULE.hxx.xml +++ b/src/spicelib/devices/adms/admst/ngspiceMODULE.hxx.xml @@ -11,6 +11,9 @@ +#define ELECTRON_CHARGE 1.602191770e-19 /* C */ +#define BOLTZMANN 1.38062259e-23 /* J/oK */ + /* arithmetics */ #define EXP90 1.220403294317841e+039 #define m00_hypot(v00,x,y) v00 = sqrt((x)*(x)+(y)*(y));