dekete reference to MOS levels 60, 61
This commit is contained in:
parent
a3a4d4409c
commit
97d0e801f4
|
|
@ -1,3 +1,6 @@
|
|||
2010-06-19 Holger Vogt
|
||||
* inpdomod.c: refernces to not existing MOS levels 60, 61 deleted.
|
||||
|
||||
2010-06-19 Holger Vogt
|
||||
* subckt.c: line indentations
|
||||
com_measure2.c: remove bug, see support tracker no. 3013968
|
||||
|
|
|
|||
|
|
@ -396,29 +396,13 @@ char *INPdomodel(void *ckt, card * image, INPtables * tab)
|
|||
("Device type B4SOI V4.0 not available in this binary\n");
|
||||
}
|
||||
break;
|
||||
case 60:
|
||||
type = INPtypelook("SOI");
|
||||
if (type < 0) {
|
||||
err =
|
||||
INPmkTemp
|
||||
("Device type SOI not available in this binary (internal STAG release)\n");
|
||||
}
|
||||
break;
|
||||
case 61:
|
||||
type = INPtypelook("SOI2");
|
||||
if (type < 0) {
|
||||
err =
|
||||
INPmkTemp
|
||||
("Device type SOI2 not available in this binary (internal STAG release)\n");
|
||||
}
|
||||
break;
|
||||
|
||||
case 62:
|
||||
type = INPtypelook("SOI3");
|
||||
if (type < 0) {
|
||||
err =
|
||||
INPmkTemp
|
||||
("Device type SOI3 not available in this binary (internal STAG release)\n");
|
||||
("Device type SOI3 not available in this binary (STAG release)\n");
|
||||
}
|
||||
break;
|
||||
case 64:
|
||||
|
|
|
|||
Loading…
Reference in New Issue