Partially undo commit [ab778d] :
revert to aswitch as vswitch replacement
This commit is contained in:
parent
57487d2b0f
commit
025a9fe599
|
|
@ -8006,7 +8006,7 @@ static struct card *pspice_compat(struct card *oldcard)
|
|||
tfree(card->line);
|
||||
rep_spar(modpar);
|
||||
card->line = tprintf(
|
||||
".model a%s pswitch(%s %s %s %s log=TRUE)", modname,
|
||||
".model a%s aswitch(%s %s %s %s log=TRUE limit=TRUE)", modname,
|
||||
modpar[0], modpar[1], modpar[2], modpar[3]);
|
||||
}
|
||||
for (i = 0; i < 4; i++)
|
||||
|
|
@ -8187,7 +8187,7 @@ static struct card *pspice_compat(struct card *oldcard)
|
|||
tfree(card->line);
|
||||
rep_spar(modpar);
|
||||
card->line = tprintf(
|
||||
".model a%s pswitch(%s %s %s %s log=TRUE)", modname,
|
||||
".model a%s aswitch(%s %s %s %s log=TRUE limit=TRUE)", modname,
|
||||
modpar[0], modpar[1], modpar[2], modpar[3]);
|
||||
}
|
||||
for (i = 0; i < 4; i++)
|
||||
|
|
|
|||
Loading…
Reference in New Issue