mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 12:10:34 +00:00
Add missing line
This commit is contained in:
parent
b2fd68fe67
commit
e652b2335d
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user