diff --git a/ChangeLog b/ChangeLog index 9595ac686..766fde0b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2012-01-05 Holger Vogt + * inpdomod.c: bug in error message for bjt removed + 2012-01-03 Holger Vogt * runcoms.c: undo change from 2012-01-01, conflict with 'alter', altermod' diff --git a/src/spicelib/parser/inpdomod.c b/src/spicelib/parser/inpdomod.c index b47ff2ed8..733d3ee84 100644 --- a/src/spicelib/parser/inpdomod.c +++ b/src/spicelib/parser/inpdomod.c @@ -109,7 +109,11 @@ char *INPdomodel(CKTcircuit *ckt, card * image, INPtables * tab) #endif default: /* placeholder; use level 4 for the next model */ err = INPmkTemp( +#ifdef ADMS "Only BJT levels 1-2, 4,6-9 are supported in this binary\n"); +#else + "Only BJT levels 1-2, 4, 9 are supported in this binary\n"); +#endif break; }