Updated with numparam library changes.

This commit is contained in:
pnenzi 2003-09-25 17:26:55 +00:00
parent 79fb9463b4
commit 685f3d1120
1 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,12 @@
* src/spicelib/devices/bjt2/*, DEVICES, Changelog: Added bjt2 code sent
by Dietmar Warning, containing some fixes over the original code and
a new feature: temperature correction of re,rb,rc.
* src/frontend/numparam/*, src/frontend/Makefile.am, src/Makefile.am,
configure.in, acconfig.h, src/frontend/subckt.c: Added numparam
library contributed by Georg Post. This library let users to
input parametric netlists in ngspice. Look at readme in library
directory.
2003-09-25 Paolo Nenzi <p.nenzi@ieee.org>