1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-09-27 06:38:23 +00:00

Add missing line

This commit is contained in:
Carles Fernandez 2020-06-30 13:52:20 +02:00
parent b2fd68fe67
commit e652b2335d
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

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();