mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-19 05:33:02 +00:00
Apply clang-tidy
This commit is contained in:
parent
5a71e59450
commit
57517b44dd
@ -1009,7 +1009,7 @@ void code_phase_diff(
|
|||||||
std::vector<double>
|
std::vector<double>
|
||||||
time_vector(measurement_time.colptr(0), measurement_time.colptr(0) + measurement_time.n_rows);
|
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
|
// 2. RMSE
|
||||||
arma::vec err;
|
arma::vec err;
|
||||||
|
Loading…
Reference in New Issue
Block a user