From d86e229eed5d65b1c1c01ee599eb1c3bd0be87a8 Mon Sep 17 00:00:00 2001 From: joye Date: Mon, 12 May 2014 18:59:18 +0000 Subject: *** empty log message *** --- src/bltGrElemBar.C | 2 +- src/bltGraph.C | 4 ++-- src/bltGraphBar.C | 6 ------ 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/src/bltGrElemBar.C b/src/bltGrElemBar.C index 36b78f9..00387bb 100644 --- a/src/bltGrElemBar.C +++ b/src/bltGrElemBar.C @@ -245,7 +245,7 @@ int BarElement::configure() void BarElement::map() { - cerr << "BarElement::map()" << endl; + // cerr << "BarElement::map()" << endl; BarGraph* barGraphPtr_ = (BarGraph*)graphPtr_; BarElementOptions* ops = (BarElementOptions*)ops_; BarGraphOptions* gops = (BarGraphOptions*)graphPtr_->ops_; diff --git a/src/bltGraph.C b/src/bltGraph.C index 72a7d34..3a3a740 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; diff --git a/src/bltGraphBar.C b/src/bltGraphBar.C index 47eab2f..b5c0145 100644 --- a/src/bltGraphBar.C +++ b/src/bltGraphBar.C @@ -211,7 +211,6 @@ BarGraph::BarGraph(ClientData clientData, Tcl_Interp* interp, barGroups_ =NULL; nBarGroups_ =0; maxBarSetSize_ =0; - cerr << sizeof(BarSetKey) << ' ' << sizeof(BarSetKey)/sizeof(int) << endl; Tcl_InitHashTable(&setTable_, sizeof(BarSetKey)/sizeof(int)); ops->bottomMargin.site = MARGIN_BOTTOM; @@ -346,7 +345,6 @@ void BarGraph::resetAxes() void BarGraph::initBarSets() { - cerr << "BarGraph::initBarSets()" << endl; BarGraphOptions* ops = (BarGraphOptions*)ops_; // Free resources associated with a previous frequency table. This includes @@ -453,12 +451,10 @@ void BarGraph::initBarSets() maxBarSetSize_ = max; nBarGroups_ = sum; - cerr<< "max=" << max << " nBarGroups=" << sum << endl; } void BarGraph::destroyBarSets() { - cerr << "BarGraph::destroyBarSets()" << endl; if (barGroups_) { delete [] barGroups_; barGroups_ = NULL; @@ -479,7 +475,6 @@ void BarGraph::destroyBarSets() void BarGraph::resetBarSets() { - cerr << "BarGraph::resetBarSets()" << endl; BarGroup *gp, *gend; for (gp = barGroups_, gend = gp + nBarGroups_; gp < gend; gp++) { gp->lastY = 0.0; @@ -489,7 +484,6 @@ void BarGraph::resetBarSets() void BarGraph::computeBarStacks() { - cerr << "BarGraph::computsBarStacks()" << endl; BarGraphOptions* ops = (BarGraphOptions*)ops_; Blt_ChainLink link; -- cgit v0.12