bjt missing model message
This commit is contained in:
parent
393da34c66
commit
60adbdc716
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue