clarify level parameter for hisim and hisimhv

This commit is contained in:
dwarning 2014-05-05 20:35:03 +02:00
parent de6293de18
commit d671e70b6c
1 changed files with 2 additions and 2 deletions

View File

@ -393,7 +393,7 @@ char *INPdomodel(CKTcircuit *ckt, card * image, INPtables * tab)
("Device type SOI3 not available in this binary (STAG release)\n");
}
break;
case 61: case 68:
case 68:
type = INPtypelook("HiSIM2");
if (type < 0) {
err =
@ -401,7 +401,7 @@ char *INPdomodel(CKTcircuit *ckt, card * image, INPtables * tab)
("Placeholder: Device type HiSIM2 not available in this binary\n");
}
break;
case 62: case 73:
case 73:
type = INPtypelook("HiSIMHV");
if (type < 0) {
err =