devices/nbjt/nbjtdefs.h, fix commit: "mark end of struct GENmodel overlay"

> commit 3794c1eb20
> Date:   Sat Jun 22 18:40:48 2013 +0200
>
>     mark end of struct GENmodel overlay
This commit is contained in:
rlar 2018-01-09 18:41:51 +01:00
parent caf3115733
commit 3763f9914e
2 changed files with 3 additions and 3 deletions

View File

@ -89,10 +89,10 @@ typedef struct sHFET2model {
int HFET2modType;
struct sHFET2model *HFET2nextModel;
HFET2instance * HFET2instances;
IFuid HFET2modName;
/* --- end of generic struct GENmodel --- */
IFuid HFET2modName;
int HFET2type;
double HFET2cf;

View File

@ -92,11 +92,11 @@ typedef struct sNBJTmodel { /* model structure for a bjt */
* linked list */
NBJTinstance *NBJTinstances; /* pointer to list of instances that have
* this model */
IFuid NBJTmodName; /* pointer to character string naming this
* model */
/* --- end of generic struct GENmodel --- */
IFuid NBJTmodName; /* pointer to character string naming this
* model */
/* Everything below here is numerical-device-specific */
MESHcard *NBJTxMeshes; /* list of xmesh cards */
MESHcard *NBJTyMeshes; /* list of ymesh cards */