hisim2, add ngspice specific GENinstance struct slot 'HSM2owner' aka `GENowner'

This commit is contained in:
rlar 2011-05-22 10:21:45 +00:00
parent 59006a51e2
commit ae96d59e45
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2011-05-22 Robert Larice
* src/spicelib/devices/hisim2/hsm2def.h :
hisim2, add ngspice specific GENinstance struct slot 'HSM2owner' aka `GENowner'
2011-05-22 Robert Larice
* src/spicelib/devices/hisim2/hsm2eval.c :
hisim2, drop unused static functions (swallow warnings)

View File

@ -104,6 +104,7 @@ typedef struct sHSM2instance {
struct sHSM2instance *HSM2nextInstance; /* pointer to next instance of
current model*/
IFuid HSM2name; /* pointer to character string naming this instance */
int HSM2owner; /* number of owner process (ngspice specific !) */
int HSM2states; /* index into state table for this device */
int HSM2dNode; /* number of the drain node of the mosfet */