nbjtdefs.h, fix /* --- end of generic struct GENmodel --- */

This commit is contained in:
rlar 2018-01-09 18:41:51 +01:00
parent 8ba1999d15
commit 8c4ae60189
1 changed files with 2 additions and 2 deletions

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