From 9141e8692686133712f99ed3ebb016b4b97cf24e Mon Sep 17 00:00:00 2001 From: rlar Date: Tue, 24 Mar 2015 20:32:05 +0100 Subject: [PATCH] hisim2, reintroduce "mark end of struct GENmodel overlay" --- src/spicelib/devices/hisim2/hsm2def.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/spicelib/devices/hisim2/hsm2def.h b/src/spicelib/devices/hisim2/hsm2def.h index e0a3a7b1c..3a941aaf2 100644 --- a/src/spicelib/devices/hisim2/hsm2def.h +++ b/src/spicelib/devices/hisim2/hsm2def.h @@ -687,6 +687,9 @@ typedef struct sHSM2model { /* model structure for a resistor */ HSM2instance * HSM2instances; /* pointer to list of instances that have this model */ IFuid HSM2modName; /* pointer to the name of this model */ + + /* --- end of generic struct GENmodel --- */ + int HSM2_type; /* device type: 1 = nmos, -1 = pmos */ int HSM2_level; /* level */ int HSM2_info; /* information */