|
|
@ -148,6 +148,8 @@ INPpas3(CKTcircuit *ckt, struct card *data, INPtables *tab, TSKtask *task, |
|
|
FREE(name); |
|
|
FREE(name); |
|
|
/* Gobble the rest of the token */ |
|
|
/* Gobble the rest of the token */ |
|
|
line = nexttok(line); |
|
|
line = nexttok(line); |
|
|
|
|
|
if (!line) |
|
|
|
|
|
break; |
|
|
continue; |
|
|
continue; |
|
|
} |
|
|
} |
|
|
ptemp.rValue = INPevaluate(&line,&error,1); |
|
|
ptemp.rValue = INPevaluate(&line,&error,1); |
|
|
|