diff options
author | Ivan Blinkov <ivan@blinkov.ru> | 2022-02-10 16:47:11 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:11 +0300 |
commit | 5b283123c882433dafbaf6b338adeea16c1a0ea0 (patch) | |
tree | 339adc63bce23800021202ae4a8328a843dc447a /library/cpp/histogram | |
parent | 1aeb9a455974457866f78722ad98114bafc84e8a (diff) | |
download | ydb-5b283123c882433dafbaf6b338adeea16c1a0ea0.tar.gz |
Restoring authorship annotation for Ivan Blinkov <ivan@blinkov.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/histogram')
-rw-r--r-- | library/cpp/histogram/adaptive/README.md | 2 | ||||
-rw-r--r-- | library/cpp/histogram/ya.make | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/histogram/adaptive/README.md b/library/cpp/histogram/adaptive/README.md index 388382efd9..17a4edbe64 100644 --- a/library/cpp/histogram/adaptive/README.md +++ b/library/cpp/histogram/adaptive/README.md @@ -1 +1 @@ -See https://wiki.yandex-team.ru/robot/newdesign/histograms/ +See https://wiki.yandex-team.ru/robot/newdesign/histograms/ diff --git a/library/cpp/histogram/ya.make b/library/cpp/histogram/ya.make index 9a0922c74a..77cfd96902 100644 --- a/library/cpp/histogram/ya.make +++ b/library/cpp/histogram/ya.make @@ -1,5 +1,5 @@ RECURSE( - adaptive + adaptive hdr hdr/ut simple |