Browse Source

collect plot_cur in "fteext.h"

pre-master-46
rlar 16 years ago
parent
commit
e71ca2c2b7
  1. 5
      ChangeLog
  2. 1
      src/frontend/com_setscale.c
  3. 1
      src/frontend/plotting/plotting.h

5
ChangeLog

@ -1,3 +1,8 @@
2010-10-16 Robert Larice
* src/frontend/com_setscale.c ,
* src/frontend/plotting/plotting.h :
collect plot_cur in "fteext.h"
2010-10-16 Robert Larice
* src/frontend/com_dump.c ,
* src/frontend/inp.c ,

1
src/frontend/com_setscale.c

@ -8,6 +8,7 @@
#include "vectors.h"
#include "plotting/plotting.h"
#include "plotting/pvec.h"
#include "fteext.h"
/* Set the default scale to the named vector. If no vector named,

1
src/frontend/plotting/plotting.h

@ -4,7 +4,6 @@
#include <plot.h>
extern struct plot constantplot;
extern struct plot *plot_cur;
extern struct plot *plot_list;
extern int plotl_changed;
extern int plot_num;

Loading…
Cancel
Save