bjt missing model message

This commit is contained in:
h_vogt 2012-01-05 22:25:18 +00:00
parent 393da34c66
commit 60adbdc716
2 changed files with 7 additions and 0 deletions

View File

@ -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'

View File

@ -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;
}