allow '-' in XSPICE model names
This commit is contained in:
parent
181e8746a6
commit
314ece2526
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue