Browse Source

variable.c : a variable was not declared; fixed


			
			
				pre-master-46
			
			
		
pnenzi 26 years ago
parent
commit
b2c1e70401
  1. 21
      NEWS
  2. 2
      src/frontend/variable.c

21
NEWS

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

2
src/frontend/variable.c

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

Loading…
Cancel
Save