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:
parent
caf3115733
commit
3763f9914e
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue