hisim2, add ngspice specific GENinstance struct slot 'HSM2owner' aka `GENowner'
This commit is contained in:
parent
59006a51e2
commit
ae96d59e45
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue