View | Details | Raw Unified | Return to bug 1471
Collapse All | Expand All

(-)a/src/flow-monitor/model/histogram.cc (-2 / +1 lines)
 Lines 97-103   Histogram::Histogram (double binWidth) Link Here 
97
97
98
Histogram::Histogram ()
98
Histogram::Histogram ()
99
{
99
{
100
  Histogram (DEFAULT_BIN_WIDTH);
100
  m_binWidth = DEFAULT_BIN_WIDTH;
101
}
101
}
102
102
103
103
104
- 

Return to bug 1471