Browse Source

dekete reference to MOS levels 60, 61

pre-master-46
h_vogt 16 years ago
parent
commit
97d0e801f4
  1. 3
      ChangeLog
  2. 18
      src/spicelib/parser/inpdomod.c

3
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

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

Loading…
Cancel
Save