Fix more cpplint format errors

This commit is contained in:
Javier Arribas 2021-12-05 19:52:25 +01:00
parent 03b14a0212
commit 28e9d20be7
7 changed files with 23 additions and 20 deletions

View File

@ -35,6 +35,7 @@
#include <exception> // for exception
#include <iostream> // for cout
#include <memory> // for shared_ptr
#include <vector>
#ifdef COMPILER_HAS_ROTL
#include <bit>

View File

@ -57,6 +57,7 @@
#include <exception> // for exception
#include <iostream> // for cout, cerr
#include <map>
#include <memory>
#include <numeric>
#include <vector>

View File

@ -1211,7 +1211,7 @@ void kf_vtl_tracking::run_Kf()
// {
// if (d_pull_in_transitory == false and d_corrected_doppler == false)
// {
// //todo
// todo: alforithm here...
// }
// }

View File

@ -37,6 +37,7 @@
#include <cstddef> // for size_t
#include <cstdint> // for int32_t
#include <fstream> // for ofstream
#include <memory>
#include <string> // for string
#include <typeinfo> // for typeid
#include <utility> // for pair