Browse Source

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
pre-master-46
rlar 8 years ago
parent
commit
3763f9914e
  1. 2
      src/spicelib/devices/hfet2/hfet2defs.h
  2. 4
      src/spicelib/devices/nbjt/nbjtdefs.h

2
src/spicelib/devices/hfet2/hfet2defs.h

@ -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;

4
src/spicelib/devices/nbjt/nbjtdefs.h

@ -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…
Cancel
Save