fix: do not ignore first parameter

This commit is contained in:
DSPOM 2022-05-10 10:36:02 +02:00
parent 687c251e29
commit ad7661849c
1 changed files with 0 additions and 2 deletions

View File

@ -119,8 +119,6 @@ create_model(CKTcircuit *ckt, INPmodel *modtmp, INPtables *tab)
if (device->registry_entry){
INPgetNetTok(&line, &parm, 1); /* throw away osdi */
tfree(parm);
INPgetNetTok(&line, &parm, 1); /* throw away module name */
tfree(parm);
}
#endif