mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-11-15 14:25:00 +00:00
Add missing line
This commit is contained in:
parent
b2fd68fe67
commit
e652b2335d
@ -97,6 +97,7 @@ TEST(PreambleCorrelationTest, TestMethods)
|
|||||||
#else
|
#else
|
||||||
std::plus<float>(),
|
std::plus<float>(),
|
||||||
#endif
|
#endif
|
||||||
|
[&](float a, float b) { return (std::signbit(a) ? -b : b); });
|
||||||
sum_corr3 += corr_value3;
|
sum_corr3 += corr_value3;
|
||||||
}
|
}
|
||||||
end3 = std::chrono::system_clock::now();
|
end3 = std::chrono::system_clock::now();
|
||||||
|
Loading…
Reference in New Issue
Block a user