Browse Source

small adms adaptions to ekv and psp102

pre-master-46
dwarning 19 years ago
parent
commit
6edbe344ca
  1. 16
      src/spicelib/parser/inpdomod.c

16
src/spicelib/parser/inpdomod.c

@ -313,20 +313,20 @@ char *INPdomodel(void *ckt, card * image, INPtables * tab)
break; break;
#ifdef ADMS #ifdef ADMS
case 44: case 44:
type = INPtypelook("EKV");
type = INPtypelook("ekv");
if (type < 0) { if (type < 0) {
err = err =
INPmkTemp INPmkTemp
("Device type EKV not available in this binary\n"); ("Device type EKV not available in this binary\n");
} }
break; 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; break;
#endif #endif
case 49: case 49:

Loading…
Cancel
Save