F source fails when VNAM contains math symbols like '-'.
Use INPgetNetTok for instance parameters like it has been done for nodes already.
This commit is contained in:
parent
c0b3511b20
commit
7d1ea80a2e
|
|
@ -89,7 +89,7 @@ INPgetValue(CKTcircuit *ckt, char **line, int type, INPtables *tab)
|
|||
INPgetNetTok(line, &word, 1);
|
||||
INPtermInsert(ckt, &word, tab, &(temp.nValue));
|
||||
} else if (type == IF_INSTANCE) {
|
||||
INPgetTok(line, &word, 1);
|
||||
INPgetNetTok(line, &word, 1);
|
||||
INPinsert(&word, tab);
|
||||
temp.uValue = word;
|
||||
} else if (type == IF_STRING) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue