diff --git a/ChangeLog b/ChangeLog index c3829a969..4e3b49e4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/src/spicelib/parser/inpdomod.c b/src/spicelib/parser/inpdomod.c index 50d9e5dfd..82c3f2ca4 100644 --- a/src/spicelib/parser/inpdomod.c +++ b/src/spicelib/parser/inpdomod.c @@ -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: