summaryrefslogtreecommitdiffstats
path: root/src/bltGraph.C
diff options
context:
space:
mode:
authorjoye <joye>2014-05-09 16:23:15 (GMT)
committerjoye <joye>2014-05-09 16:23:15 (GMT)
commit85dddc1d5127b24132fc3561081c9024e1eb8c52 (patch)
tree9890e38829272af16eebac227ce3a2840295ac5f /src/bltGraph.C
parent527abd990ebff973a361e9aa6bec3c0461c0e3ce (diff)
downloadblt-85dddc1d5127b24132fc3561081c9024e1eb8c52.zip
blt-85dddc1d5127b24132fc3561081c9024e1eb8c52.tar.gz
blt-85dddc1d5127b24132fc3561081c9024e1eb8c52.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGraph.C')
-rw-r--r--src/bltGraph.C7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/bltGraph.C b/src/bltGraph.C
index 210870e..3a3a740 100644
--- a/src/bltGraph.C
+++ b/src/bltGraph.C
@@ -29,11 +29,6 @@
#include <float.h>
-#include <iostream>
-#include <sstream>
-#include <iomanip>
-using namespace std;
-
extern "C" {
#include "bltList.h"
#include "bltBind.h"
@@ -223,6 +218,7 @@ void Graph::configure()
void Graph::map()
{
+ // cerr << "Graph::map()" << endl;
if (flags & RESET_AXES)
resetAxes();
@@ -243,6 +239,7 @@ void Graph::map()
void Graph::draw()
{
+ // cerr << "Graph::draw()" << endl;
GraphOptions* ops = (GraphOptions*)ops_;
flags &= ~REDRAW_PENDING;