diff options
Diffstat (limited to 'src/bltGraph.C')
-rw-r--r-- | src/bltGraph.C | 4 |
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; |