diff options
| author | arcadia-devtools <[email protected]> | 2022-05-19 10:12:47 +0300 | 
|---|---|---|
| committer | arcadia-devtools <[email protected]> | 2022-05-19 10:12:47 +0300 | 
| commit | cb037eec63f9a134ea2d9502816f7e83d5bb9393 (patch) | |
| tree | 415f1df72a54a0a5c6500bc7be6c40606a6b8b5b /library/cpp | |
| parent | 5c68fc934f34d54ff61fdbee587bf8c3ad978dcb (diff) | |
intermediate changes
ref:f03116b357e155fd8d7cce5be1d21a2dee3f4d6a
Diffstat (limited to 'library/cpp')
| -rw-r--r-- | library/cpp/histogram/adaptive/adaptive_histogram.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/library/cpp/histogram/adaptive/adaptive_histogram.cpp b/library/cpp/histogram/adaptive/adaptive_histogram.cpp index cbfc494021e..3e91ed11317 100644 --- a/library/cpp/histogram/adaptive/adaptive_histogram.cpp +++ b/library/cpp/histogram/adaptive/adaptive_histogram.cpp @@ -10,6 +10,8 @@  namespace NKiwiAggr {      TAdaptiveHistogram::TAdaptiveHistogram(size_t intervals, ui64 id, TQualityFunction qualityFunc)          : Id(id) +        , MinValue(0.0) +        , MaxValue(0.0)          , Sum(0.0)          , Intervals(intervals)          , CalcQuality(qualityFunc) | 
