Browse Source

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

pre-master-46
rlar 15 years ago
parent
commit
ae96d59e45
  1. 4
      ChangeLog
  2. 1
      src/spicelib/devices/hisim2/hsm2def.h

4
ChangeLog

@ -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)

1
src/spicelib/devices/hisim2/hsm2def.h

@ -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…
Cancel
Save