small adms adaptions to ekv and psp102

This commit is contained in:
dwarning 2007-05-06 17:15:42 +00:00
parent 1a1c6171ef
commit 6edbe344ca
1 changed files with 8 additions and 8 deletions

View File

@ -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: