diff --git a/src/spicelib/devices/hfet2/hfet2defs.h b/src/spicelib/devices/hfet2/hfet2defs.h index d042e5886..78f869515 100644 --- a/src/spicelib/devices/hfet2/hfet2defs.h +++ b/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; diff --git a/src/spicelib/devices/nbjt/nbjtdefs.h b/src/spicelib/devices/nbjt/nbjtdefs.h index 6567b177d..b012eca48 100644 --- a/src/spicelib/devices/nbjt/nbjtdefs.h +++ b/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 */