diff --git a/src/spicelib/devices/txl/txl.c b/src/spicelib/devices/txl/txl.c index 9da8f15e0..18fc5596c 100644 --- a/src/spicelib/devices/txl/txl.c +++ b/src/spicelib/devices/txl/txl.c @@ -26,8 +26,8 @@ IFparm TXLmPTable[] = { /* model parameters */ }; char *TXLnames[] = { - "Y+", - "Y-" + "Y+", /* 1 */ + "Y-" /* 2 */ }; int TXLnSize = NUMELEMS(TXLnames); diff --git a/src/spicelib/devices/txl/txldefs.h b/src/spicelib/devices/txl/txldefs.h index 9999913f9..0767f6ea7 100644 --- a/src/spicelib/devices/txl/txldefs.h +++ b/src/spicelib/devices/txl/txldefs.h @@ -17,9 +17,13 @@ typedef struct sTXLinstance { IFuid TXLname; /* pointer to character string naming this instance */ - int dimensions; /* may we not need this but ... */ + int dimensions; /* struct GENinstance.GENstate, not used here */ + + /* GENnode[] { */ int TXLposNode; int TXLnegNode; + /* } */ + double TXLlength; int TXLibr1; int TXLibr2;