From 6edbe344cabb4698ed11cd22413c30f922a98a47 Mon Sep 17 00:00:00 2001 From: dwarning Date: Sun, 6 May 2007 17:15:42 +0000 Subject: [PATCH] small adms adaptions to ekv and psp102 --- src/spicelib/parser/inpdomod.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/spicelib/parser/inpdomod.c b/src/spicelib/parser/inpdomod.c index 441f38f89..939375383 100644 --- a/src/spicelib/parser/inpdomod.c +++ b/src/spicelib/parser/inpdomod.c @@ -313,20 +313,20 @@ char *INPdomodel(void *ckt, card * image, INPtables * tab) break; #ifdef ADMS case 44: - type = INPtypelook("EKV"); + type = INPtypelook("ekv"); if (type < 0) { err = INPmkTemp ("Device type EKV not available in this binary\n"); } break; - case 46: - type = INPtypelook("psp102"); -printf("found psp102 lev=%i\n",lev); - if(type < 0) { - err = INPmkTemp( - "Device type PSP102 not available in this binary\n"); - } + case 45: + type = INPtypelook("psp102"); + if (type < 0) { + err = + INPmkTemp + ("Device type PSP102 not available in this binary\n"); + } break; #endif case 49: