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 | 6b417b6bdff55c365f5835bb18c5a8053b975801 (patch) | |
tree | 879a609bb97de971de25f96711cb5e510013cbd6 /library/cpp/histogram/adaptive/adaptive_histogram.h | |
parent | 0f79d22ae2d0756b8c99339136f54b76c1a7aee2 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/histogram/adaptive/adaptive_histogram.h')
-rw-r--r-- | library/cpp/histogram/adaptive/adaptive_histogram.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/histogram/adaptive/adaptive_histogram.h b/library/cpp/histogram/adaptive/adaptive_histogram.h index fa8f48433f9..b8323890d0e 100644 --- a/library/cpp/histogram/adaptive/adaptive_histogram.h +++ b/library/cpp/histogram/adaptive/adaptive_histogram.h @@ -1,7 +1,7 @@ #pragma once #include "histogram.h" -#include "common.h" +#include "common.h" #include <library/cpp/histogram/adaptive/protos/histo.pb.h> @@ -124,8 +124,8 @@ namespace NKiwiAggr { } }; - typedef TDefinedAdaptiveHistogram<CalcDistanceQuality> TAdaptiveDistanceHistogram; - typedef TDefinedAdaptiveHistogram<CalcWeightQuality> TAdaptiveWeightHistogram; - typedef TDefinedAdaptiveHistogram<CalcWardQuality> TAdaptiveWardHistogram; + typedef TDefinedAdaptiveHistogram<CalcDistanceQuality> TAdaptiveDistanceHistogram; + typedef TDefinedAdaptiveHistogram<CalcWeightQuality> TAdaptiveWeightHistogram; + typedef TDefinedAdaptiveHistogram<CalcWardQuality> TAdaptiveWardHistogram; } |