summaryrefslogtreecommitdiffstats
path: root/src/bltGraph.C
diff options
context:
space:
mode:
authorjoye <joye>2014-05-09 18:46:18 (GMT)
committerjoye <joye>2014-05-09 18:46:18 (GMT)
commitc6a39554f96cc7c7eefdeec8680d497f3dda41b3 (patch)
treeca490380da5842620bc6ffb10c86d5bdd5a0d4ac /src/bltGraph.C
parent85dddc1d5127b24132fc3561081c9024e1eb8c52 (diff)
downloadblt-c6a39554f96cc7c7eefdeec8680d497f3dda41b3.zip
blt-c6a39554f96cc7c7eefdeec8680d497f3dda41b3.tar.gz
blt-c6a39554f96cc7c7eefdeec8680d497f3dda41b3.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGraph.C')
-rw-r--r--src/bltGraph.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bltGraph.C b/src/bltGraph.C
index 3a3a740..72a7d34 100644
--- a/src/bltGraph.C
+++ b/src/bltGraph.C
@@ -218,7 +218,7 @@ void Graph::configure()
void Graph::map()
{
- // cerr << "Graph::map()" << endl;
+ cerr << "Graph::map()" << endl;
if (flags & RESET_AXES)
resetAxes();
@@ -239,7 +239,7 @@ void Graph::map()
void Graph::draw()
{
- // cerr << "Graph::draw()" << endl;
+ cerr << "Graph::draw()" << endl;
GraphOptions* ops = (GraphOptions*)ops_;
flags &= ~REDRAW_PENDING;