collect plot_cur in "fteext.h"
This commit is contained in:
parent
894dcead35
commit
e71ca2c2b7
|
|
@ -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 ,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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…
Reference in New Issue