summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure1
-rwxr-xr-xconfigure.in1
-rw-r--r--src/bltGrElemOp.C1
-rw-r--r--src/bltGrElemOption.C2
4 files changed, 2 insertions, 3 deletions
diff --git a/configure b/configure
index d8b5425..65c9832 100755
--- a/configure
+++ b/configure
@@ -5531,6 +5531,7 @@ done
bltConfig.C
bltGrAxis.C
bltGrElemOp.C
+ bltGrElemOption.C
bltGrElem.C
bltGrElemBar.C
bltGrElemLine.C
diff --git a/configure.in b/configure.in
index 0f3666d..68edadd 100755
--- a/configure.in
+++ b/configure.in
@@ -76,6 +76,7 @@ TEA_ADD_SOURCES([
bltConfig.C
bltGrAxis.C
bltGrElemOp.C
+ bltGrElemOption.C
bltGrElem.C
bltGrElemBar.C
bltGrElemLine.C
diff --git a/src/bltGrElemOp.C b/src/bltGrElemOp.C
index 4069777..2b2cf39 100644
--- a/src/bltGrElemOp.C
+++ b/src/bltGrElemOp.C
@@ -793,4 +793,3 @@ ClientData Blt_MakeElementTag(Graph* graphPtr, const char *tagName)
hPtr = Tcl_CreateHashEntry(&graphPtr->elements.tagTable, tagName, &isNew);
return Tcl_GetHashKey(&graphPtr->elements.tagTable, hPtr);
}
-
diff --git a/src/bltGrElemOption.C b/src/bltGrElemOption.C
index e9eb0fd..19a6654 100644
--- a/src/bltGrElemOption.C
+++ b/src/bltGrElemOption.C
@@ -29,12 +29,10 @@
extern "C" {
#include "bltGraph.h"
-#include "bltOp.h"
};
#include "bltGrElem.h"
#include "bltGrElemOption.h"
-#include "bltGrElemOp.h"
#define ELEM_SOURCE_VALUES 0
#define ELEM_SOURCE_VECTOR 1