1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-25 22:43:14 +00:00

Apply clang-tidy

This commit is contained in:
Carles Fernandez 2020-02-25 18:31:44 +01:00
parent 5a71e59450
commit 57517b44dd
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -1009,7 +1009,7 @@ void code_phase_diff(
std::vector<double>
time_vector(measurement_time.colptr(0), measurement_time.colptr(0) + measurement_time.n_rows);
if (measurement_time.size() > 0)
if (!measurement_time.empty())
{
// 2. RMSE
arma::vec err;