New pswitch is not compatible to iswitch
Keep the old aswitch until a modified pswitch is available.
This commit is contained in:
parent
93f6a50553
commit
273b773280
|
|
@ -8722,10 +8722,9 @@ iswi:;
|
||||||
tfree(card->line);
|
tfree(card->line);
|
||||||
rep_spar(modpar);
|
rep_spar(modpar);
|
||||||
card->line = tprintf(
|
card->line = tprintf(
|
||||||
// ".model a%s aswitch(%s %s %s %s log=TRUE limit=TRUE)", modname,
|
/* FIXME: a new switch derived from pswitch with vnam input is due */
|
||||||
// modpar[0], modpar[1], modpar[2], modpar[3]);
|
".model a%s aswitch(%s %s %s %s log=TRUE limit=TRUE)", modname,
|
||||||
".model a%s pswitch(%s %s %s %s log=TRUE)", modname,
|
modpar[0], modpar[1], modpar[2], modpar[3]);
|
||||||
modpar[0], modpar[1], modpar[2], modpar[3]);
|
|
||||||
}
|
}
|
||||||
for (i = 0; i < 4; i++)
|
for (i = 0; i < 4; i++)
|
||||||
tfree(modpar[i]);
|
tfree(modpar[i]);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue