From ae96d59e45185c760b0d0e99d6703b378955c9a5 Mon Sep 17 00:00:00 2001 From: rlar Date: Sun, 22 May 2011 10:21:45 +0000 Subject: [PATCH] hisim2, add ngspice specific GENinstance struct slot 'HSM2owner' aka `GENowner' --- ChangeLog | 4 ++++ src/spicelib/devices/hisim2/hsm2def.h | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 383b8584e..07b525d82 100644 --- a/ChangeLog +++ b/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) diff --git a/src/spicelib/devices/hisim2/hsm2def.h b/src/spicelib/devices/hisim2/hsm2def.h index ad151483b..48ae74f44 100644 --- a/src/spicelib/devices/hisim2/hsm2def.h +++ b/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 */