hisim2, reintroduce "mark end of struct GENmodel overlay"

This commit is contained in:
rlar 2015-03-24 20:32:05 +01:00
parent 48ff3df6eb
commit 9141e86926
1 changed files with 3 additions and 0 deletions

View File

@ -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 */