FIXME, may be ok, but i'm surprised, txl really has only 2 nodes ? verify !

This commit is contained in:
rlar 2017-01-07 20:13:19 +01:00
parent 78d88645d0
commit 05188c6ea1
2 changed files with 7 additions and 3 deletions

View File

@ -26,8 +26,8 @@ IFparm TXLmPTable[] = { /* model parameters */
};
char *TXLnames[] = {
"Y+",
"Y-"
"Y+", /* 1 */
"Y-" /* 2 */
};
int TXLnSize = NUMELEMS(TXLnames);

View File

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