From 62500475dfdc59040e4e3da508d61c4a3b50a773 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Tue, 23 Sep 2025 17:48:58 +0200 Subject: Fix typo --- modules/codec/c++/math.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/codec/c++/math.hpp b/modules/codec/c++/math.hpp index c7da99e..d33482d 100644 --- a/modules/codec/c++/math.hpp +++ b/modules/codec/c++/math.hpp @@ -36,7 +36,7 @@ data, Encoding> normalize(const data>& i saw::data, Encoding> out; for(uint64_t i = 0u; i < D; ++i){ - out.at({{i}}).set(input.at({{i}})).get() / sqrt_inp_dot.at({}).get()); + out.at({{i}}).set(input.at({{i}}).get() / sqrt_inp_dot.at({}).get()); } return out; } -- cgit v1.2.3