diff options
author | serkh <serkh@yandex-team.ru> | 2022-02-10 16:51:07 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:07 +0300 |
commit | c67163193fd9117521ae1b761f9e69ec1fb7c228 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 | |
parent | 4288debd61f8dba93039708a0ccb5bcfeaff5ea0 (diff) | |
download | ydb-c67163193fd9117521ae1b761f9e69ec1fb7c228.tar.gz |
Restoring authorship annotation for <serkh@yandex-team.ru>. Commit 2 of 2.
-rw-r--r-- | tools/ya.make | 2 | ||||
-rw-r--r-- | ydb/library/yql/udfs/common/math/math_udf.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/ya.make b/tools/ya.make index 31e587d156..51a6b8b426 100644 --- a/tools/ya.make +++ b/tools/ya.make @@ -41,7 +41,7 @@ RECURSE( fastcksum filter_nonucs2 fix_elf - fml_sweeper_api + fml_sweeper_api frq_index_print geo geodb_ops diff --git a/ydb/library/yql/udfs/common/math/math_udf.cpp b/ydb/library/yql/udfs/common/math/math_udf.cpp index 349cfa714d..04aaa29fea 100644 --- a/ydb/library/yql/udfs/common/math/math_udf.cpp +++ b/ydb/library/yql/udfs/common/math/math_udf.cpp @@ -63,7 +63,7 @@ using namespace NUdf; namespace { extern const char epsilon[] = "Epsilon"; using TEpsilon = TNamedArg<double, epsilon>; - + extern const char precision[] = "Precision"; using TPrecision = TNamedArg<int, precision>; |