From 6ad8b96dbb10dd2455e695732f6ee8990894dfa9 Mon Sep 17 00:00:00 2001 From: rlar Date: Fri, 27 Mar 2015 21:31:22 +0100 Subject: [PATCH] hisimhv2, apply "mark end of struct GENmodel overlay" --- src/spicelib/devices/hisimhv2/hsmhvdef.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/spicelib/devices/hisimhv2/hsmhvdef.h b/src/spicelib/devices/hisimhv2/hsmhvdef.h index 0109e37c8..06dafb993 100644 --- a/src/spicelib/devices/hisimhv2/hsmhvdef.h +++ b/src/spicelib/devices/hisimhv2/hsmhvdef.h @@ -1025,6 +1025,9 @@ typedef struct sHSMHV2model { /* model structure for a resistor */ HSMHV2instance * HSMHV2instances; /* pointer to list of instances that have this model */ IFuid HSMHV2modName; /* pointer to the name of this model */ + + /* --- end of generic struct GENmodel --- */ + int HSMHV2_type; /* device type: 1 = nmos, -1 = pmos */ int HSMHV2_level; /* level */ int HSMHV2_info; /* information */