FIXME, may be ok, but i'm surprised, txl really has only 2 nodes ? verify !
This commit is contained in:
parent
78d88645d0
commit
05188c6ea1
|
|
@ -26,8 +26,8 @@ IFparm TXLmPTable[] = { /* model parameters */
|
|||
};
|
||||
|
||||
char *TXLnames[] = {
|
||||
"Y+",
|
||||
"Y-"
|
||||
"Y+", /* 1 */
|
||||
"Y-" /* 2 */
|
||||
};
|
||||
|
||||
int TXLnSize = NUMELEMS(TXLnames);
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue