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:
Holger Vogt 2024-02-02 11:15:14 +01:00
parent c0b3511b20
commit 7d1ea80a2e
1 changed files with 1 additions and 1 deletions

View File

@ -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) {