small adms adaptions to ekv and psp102
This commit is contained in:
parent
1a1c6171ef
commit
6edbe344ca
|
|
@ -313,20 +313,20 @@ char *INPdomodel(void *ckt, card * image, INPtables * tab)
|
|||
break;
|
||||
#ifdef ADMS
|
||||
case 44:
|
||||
type = INPtypelook("EKV");
|
||||
type = INPtypelook("ekv");
|
||||
if (type < 0) {
|
||||
err =
|
||||
INPmkTemp
|
||||
("Device type EKV not available in this binary\n");
|
||||
}
|
||||
break;
|
||||
case 46:
|
||||
type = INPtypelook("psp102");
|
||||
printf("found psp102 lev=%i\n",lev);
|
||||
if(type < 0) {
|
||||
err = INPmkTemp(
|
||||
"Device type PSP102 not available in this binary\n");
|
||||
}
|
||||
case 45:
|
||||
type = INPtypelook("psp102");
|
||||
if (type < 0) {
|
||||
err =
|
||||
INPmkTemp
|
||||
("Device type PSP102 not available in this binary\n");
|
||||
}
|
||||
break;
|
||||
#endif
|
||||
case 49:
|
||||
|
|
|
|||
Loading…
Reference in New Issue