no double definition
This commit is contained in:
parent
d609be0b73
commit
5b4e11dbb4
|
|
@ -1,12 +1,10 @@
|
||||||
#include <ngspice.h>
|
#include <ngspice.h>
|
||||||
|
|
||||||
#include "plotting.h"
|
#include "plotting.h"
|
||||||
#include "../../conf.h"
|
|
||||||
|
|
||||||
/* Where 'constants' go when defined on initialization. */
|
/* Where 'constants' go when defined on initialization. */
|
||||||
|
|
||||||
struct plot constantplot = {
|
struct plot constantplot = {
|
||||||
// "Constant values", "Sat Aug 16 10:55:15 PDT 1986", "constants",
|
|
||||||
"Constant values", Spice_Build_Date, "constants",
|
"Constant values", Spice_Build_Date, "constants",
|
||||||
"const", NULL, NULL, NULL, NULL, NULL, NULL, TRUE, 0
|
"const", NULL, NULL, NULL, NULL, NULL, NULL, TRUE, 0
|
||||||
} ;
|
} ;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue