Browse Source

bjt missing model message

h_vogt 14 years ago
parent
commit
60adbdc716
  1. 3
      ChangeLog
  2. 4
      src/spicelib/parser/inpdomod.c

3
ChangeLog

@ -1,3 +1,6 @@
2012-01-05 Holger Vogt
* inpdomod.c: bug in error message for bjt removed
2012-01-03 Holger Vogt 2012-01-03 Holger Vogt
* runcoms.c: undo change from 2012-01-01, conflict with 'alter', altermod' * runcoms.c: undo change from 2012-01-01, conflict with 'alter', altermod'

4
src/spicelib/parser/inpdomod.c

@ -109,7 +109,11 @@ char *INPdomodel(CKTcircuit *ckt, card * image, INPtables * tab)
#endif #endif
default: /* placeholder; use level 4 for the next model */ default: /* placeholder; use level 4 for the next model */
err = INPmkTemp( err = INPmkTemp(
#ifdef ADMS
"Only BJT levels 1-2, 4,6-9 are supported in this binary\n"); "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; break;
} }

Loading…
Cancel
Save