Partially undo commit [ab778d] :
revert to aswitch as vswitch replacement
This commit is contained in:
parent
dcb05fd1b6
commit
7f3f07d282
|
|
@ -8006,7 +8006,7 @@ static struct card *pspice_compat(struct card *oldcard)
|
||||||
tfree(card->line);
|
tfree(card->line);
|
||||||
rep_spar(modpar);
|
rep_spar(modpar);
|
||||||
card->line = tprintf(
|
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]);
|
modpar[0], modpar[1], modpar[2], modpar[3]);
|
||||||
}
|
}
|
||||||
for (i = 0; i < 4; i++)
|
for (i = 0; i < 4; i++)
|
||||||
|
|
@ -8187,7 +8187,7 @@ static struct card *pspice_compat(struct card *oldcard)
|
||||||
tfree(card->line);
|
tfree(card->line);
|
||||||
rep_spar(modpar);
|
rep_spar(modpar);
|
||||||
card->line = tprintf(
|
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]);
|
modpar[0], modpar[1], modpar[2], modpar[3]);
|
||||||
}
|
}
|
||||||
for (i = 0; i < 4; i++)
|
for (i = 0; i < 4; i++)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue