diff --git a/ChangeLog b/ChangeLog index bc579ba30..2615acf6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2008-12-20 Holger Vogt + * bug 2449483 removed: inpdomod.c:293 added as in b3v32check.c:42 + 2008-12-14 Dietmar Warning * src/Makefile.am: "hard wired" makefile dependency generation compiler options removed for main.c - this should be done by libtool, left it for tclspice and diff --git a/src/spicelib/parser/inpdomod.c b/src/spicelib/parser/inpdomod.c index 511536cc6..96f24db54 100644 --- a/src/spicelib/parser/inpdomod.c +++ b/src/spicelib/parser/inpdomod.c @@ -289,7 +289,8 @@ char *INPdomodel(void *ckt, card * image, INPtables * tab) } if ( (strstr(ver, "3.2.2")) || (strstr(ver, "3.22")) || (strstr(ver, "3.2.3")) || (strstr(ver, "3.23")) || - (strstr(ver, "3.2.4")) || (strstr(ver, "3.24")) ) { + (strstr(ver, "3.2.4")) || (strstr(ver, "3.24")) || + (strstr("3.2", ver)) || (strstr(ver, "3.20"))) { type = INPtypelook("BSIM3v32"); } if ( (strstr(ver, "default"))