level for ekv2.6 is 44
This commit is contained in:
parent
45b60dbf96
commit
681001cfae
|
|
@ -7812,7 +7812,7 @@ static struct card *pspice_compat(struct card *oldcard)
|
||||||
switch (ll) {
|
switch (ll) {
|
||||||
case 5:
|
case 5:
|
||||||
{
|
{
|
||||||
char* newline = tprintf(".model %s %s level=45 %s", modname, modtype, lv);
|
char* newline = tprintf(".model %s %s level=44 %s", modname, modtype, lv);
|
||||||
tfree(card->line);
|
tfree(card->line);
|
||||||
card->line = newline;
|
card->line = newline;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue