Browse Source

update changelog, number of types

pre-master-46
h_vogt 16 years ago
parent
commit
5cbb4d2c67
  1. 7
      ChangeLog
  2. 4
      src/frontend/typesdef.c

7
ChangeLog

@ -1,3 +1,6 @@
2010-07-17 Holger Vogt
* typesdef.c: correct the number of available types and plots
2010-07-16 Robert Larice 2010-07-16 Robert Larice
* src/ngsconvert.c , * src/ngsconvert.c ,
* src/frontend/define.c , * src/frontend/define.c ,
@ -43,6 +46,10 @@
* src/xspice/icm/spice2poly/icm_spice2poly/cfunc.mod , * src/xspice/icm/spice2poly/icm_spice2poly/cfunc.mod ,
* src/xspice/icm/xtradev/zener/cfunc.mod : * src/xspice/icm/xtradev/zener/cfunc.mod :
xspice, cast so called `STATIC_VAR' pointers to their concrete type xspice, cast so called `STATIC_VAR' pointers to their concrete type
2010-07-14 Holger Vogt
* commands.c, options.c, fteext.h, inp.c: option command in spinit or
control section as enhancement to .options command
2010-07-14 Robert Larice 2010-07-14 Robert Larice
* src/frontend/commands.c : * src/frontend/commands.c :

4
src/frontend/typesdef.c

@ -82,8 +82,8 @@ struct plotab plotabs[NUMPLOTTYPES] = {
{ "spect", "spect" }, { "spect", "spect" },
} ; } ;
int notypes = 15 ;/* change 14 to 15 by H.T*/
int noplotabs = 20;/* change 18 to 20 by H.T*/
int notypes = 19 ;
int noplotabs = 21;
/* A command to define types for vectors and plots. This will generally /* A command to define types for vectors and plots. This will generally
* be used in the Command: field of the rawfile. * be used in the Command: field of the rawfile.

Loading…
Cancel
Save