From b113041faa32c72842f71468946d9ba91e11f538 Mon Sep 17 00:00:00 2001 From: dwarning Date: Wed, 15 Aug 2018 12:01:22 +0200 Subject: [PATCH] if bsim6 will come it would be va code and needs adms --- src/spicelib/parser/inpdomod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spicelib/parser/inpdomod.c b/src/spicelib/parser/inpdomod.c index 724b63c03..6c121f1c8 100644 --- a/src/spicelib/parser/inpdomod.c +++ b/src/spicelib/parser/inpdomod.c @@ -341,6 +341,7 @@ char *INPdomodel(CKTcircuit *ckt, struct card *image, INPtables * tab) ("Device type BSIM5 not available in this binary\n"); } break; +#ifdef ADMS case 16: type = INPtypelook("BSIM6"); if (type < 0) { @@ -348,7 +349,6 @@ char *INPdomodel(CKTcircuit *ckt, struct card *image, INPtables * tab) INPmkTemp ("Device type BSIM6 not available in this binary\n");} break; -#ifdef ADMS case 44: type = INPtypelook("ekv"); if (type < 0) {