variable.c : a variable was not declared; fixed

NEWS: updating (in progress)
This commit is contained in:
pnenzi 2000-10-26 20:33:11 +00:00
parent 19129762ad
commit b2c1e70401
2 changed files with 22 additions and 1 deletions

21
NEWS
View File

@ -1,3 +1,24 @@
Ng-spice-rework-13
This release c
Ng-spice-rework-12
============
Arno did a great work this summer!
The pole-zero analysis has been corrected. The error was introduced
in an attempt to eliminate compiler warnings. The source has been
reworked and info file have been updated. As you may see, a new dir
called "spicelib" has been created, another step toward the separation
of the simulator from the frontend.
Ng-spice-rework-11
============
Resistor code (device) has been modified to conform to spice3 device
coding standard.
A new step function (U2) has been introduced.
Documentation updated.
Ng-spice-rework-10
============

View File

@ -234,7 +234,7 @@ cp_vset(char *varname, char type, char *value)
struct variable *
cp_setparse(wordlist *wl)
{
char *name, *val, *s, *ss;
char *name, *val, *copyval, *s, *ss;
double *td;
struct variable *listv = NULL, *vv, *lv = NULL;
struct variable *vars = NULL;