diff options
| author | serkh <[email protected]> | 2022-02-10 16:51:07 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:51:07 +0300 |
| commit | 4288debd61f8dba93039708a0ccb5bcfeaff5ea0 (patch) | |
| tree | 176051d32a3dc169c0e943c79180632000401f85 | |
| parent | 2254205722469aae03d57ed1b9923153faa2765e (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 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 51a6b8b4263..31e587d156d 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 04aaa29feae..349cfa714d3 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>; |
