aboutsummaryrefslogtreecommitdiffstats
path: root/util/draft/matrix.h
diff options
context:
space:
mode:
authoranelyubin <anelyubin@yandex-team.ru>2022-02-10 16:49:39 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:39 +0300
commit8d333d5e773f6b0ef31e7b3c92339af7e71413f6 (patch)
treebe79c5bb4a39ab3410c17c33f1aff87810558f54 /util/draft/matrix.h
parentad8c15be8c1a4f48a52390f23cb735060461684e (diff)
downloadydb-8d333d5e773f6b0ef31e7b3c92339af7e71413f6.tar.gz
Restoring authorship annotation for <anelyubin@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/draft/matrix.h')
-rw-r--r--util/draft/matrix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/draft/matrix.h b/util/draft/matrix.h
index 154d00b35e..15cb0f7fb4 100644
--- a/util/draft/matrix.h
+++ b/util/draft/matrix.h
@@ -92,7 +92,7 @@ public:
}
void Zero() {
- memset((void*)Arr, 0, M * N * sizeof(T));
+ memset((void*)Arr, 0, M * N * sizeof(T));
}
void Fill(T value) {