diff options
author | svirg <[email protected]> | 2022-02-10 16:50:56 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:56 +0300 |
commit | d7b26a7860e235a7b00891e1ffbc256c7c976f7d (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/histogram/adaptive/histogram.h | |
parent | 6b417b6bdff55c365f5835bb18c5a8053b975801 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/histogram/adaptive/histogram.h')
-rw-r--r-- | library/cpp/histogram/adaptive/histogram.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/histogram/adaptive/histogram.h b/library/cpp/histogram/adaptive/histogram.h index a18e94e5c28..360fd9a6936 100644 --- a/library/cpp/histogram/adaptive/histogram.h +++ b/library/cpp/histogram/adaptive/histogram.h @@ -28,7 +28,7 @@ namespace NKiwiAggr { virtual void Add(const THistoRec& histoRec) = 0; // Merge some other histos into current - virtual void Merge(const THistogram& histo, double multiplier) = 0; + virtual void Merge(const THistogram& histo, double multiplier) = 0; virtual void Merge(const TVector<THistogram>& histogramsToMerge) = 0; virtual void Merge(TVector<IHistogramPtr> histogramsToMerge) = 0; |