allow '-' in XSPICE model names

This commit is contained in:
Holger Vogt 2018-03-07 20:35:21 +01:00
parent 181e8746a6
commit 314ece2526
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ char *MIFgetMod(
line = modtmp->INPmodLine->line;
INPgetTok(&line,&parm,1); /* throw away '.model' */
tfree(parm);
INPgetTok(&line,&parm,1); /* throw away 'modname' */
INPgetNetTok(&line,&parm,1); /* throw away 'modname' */
tfree(parm);
/* throw away the modtype - we don't treat it as a parameter */