From d671e70b6cd07ad35f13d4ab0eb0de24fddf1f53 Mon Sep 17 00:00:00 2001 From: dwarning Date: Mon, 5 May 2014 20:35:03 +0200 Subject: [PATCH] clarify level parameter for hisim and hisimhv --- src/spicelib/parser/inpdomod.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/spicelib/parser/inpdomod.c b/src/spicelib/parser/inpdomod.c index 7c79cc41b..67e24bb60 100644 --- a/src/spicelib/parser/inpdomod.c +++ b/src/spicelib/parser/inpdomod.c @@ -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 =