diff --git a/src/spicelib/parser/inpdomod.c b/src/spicelib/parser/inpdomod.c index de55f7e7f..317b7641d 100644 --- a/src/spicelib/parser/inpdomod.c +++ b/src/spicelib/parser/inpdomod.c @@ -87,10 +87,11 @@ char *INPdomodel(CKTcircuit *ckt, card * image, INPtables * tab) break; #endif default: /* placeholder; use level 4 for the next model */ - err = INPmkTemp( #ifdef ADMS + err = INPmkTemp( "Only BJT levels 1-2, 4,6-9 are supported in this binary\n"); #else + err = INPmkTemp( "Only BJT levels 1-2, 4, 9 are supported in this binary\n"); #endif break; @@ -411,11 +412,11 @@ char *INPdomodel(CKTcircuit *ckt, card * image, INPtables * tab) } break; default: /* placeholder; use level xxx for the next model */ - err = - INPmkTemp #ifdef ADMS + err = INPmkTemp ("Only MOS device levels 1-6,8-10,14,44,45,49,54-58,60-62 are supported in this binary\n"); #else + err = INPmkTemp ("Only MOS device levels 1-6,8-10,14,49,54-58,60-62 are supported in this binary\n"); #endif break;