Browse Source

allow '-' in XSPICE model names

pre-master-46
Holger Vogt 8 years ago
parent
commit
314ece2526
  1. 2
      src/xspice/mif/mifgetmod.c

2
src/xspice/mif/mifgetmod.c

@ -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…
Cancel
Save