1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-14 23:27:41 +00:00

Add missing line

This commit is contained in:
Carles Fernandez
2020-06-30 13:52:20 +02:00
parent b2fd68fe67
commit e652b2335d

View File

@@ -97,6 +97,7 @@ TEST(PreambleCorrelationTest, TestMethods)
#else
std::plus<float>(),
#endif
[&](float a, float b) { return (std::signbit(a) ? -b : b); });
sum_corr3 += corr_value3;
}
end3 = std::chrono::system_clock::now();