|
|
|
@ -36,7 +36,7 @@ void INP2J(CKTcircuit *ckt, INPtables * tab, struct card *current) |
|
|
|
IFuid uid; /* uid of default model */ |
|
|
|
|
|
|
|
line = current->line; |
|
|
|
INPgetTok(&line, &name, 1); |
|
|
|
INPgetNetTok(&line, &name, 1); |
|
|
|
INPinsert(&name, tab); |
|
|
|
INPgetNetTok(&line, &nname1, 1); |
|
|
|
INPtermInsert(ckt, &nname1, tab, &node1); |
|
|
|
|