1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-08 19:23:07 +00:00

Fixes for new clang-format behavior

This commit is contained in:
Carles Fernandez
2020-11-22 11:05:16 +01:00
parent 96202c3b02
commit e6d802d3e8
21 changed files with 42 additions and 2 deletions

View File

@@ -41,6 +41,7 @@
#include <utility>
#include <vector>
// clang-format off
#if HAS_STD_FILESYSTEM
#include <system_error>
namespace errorlib = std;
@@ -59,6 +60,7 @@ namespace fs = std::filesystem;
namespace fs = boost::filesystem;
namespace errorlib = boost::system;
#endif
// clang-format on
Rtklib_Solver::Rtklib_Solver(const rtk_t &rtk, int nchannels, const std::string &dump_filename, bool flag_dump_to_file, bool flag_dump_to_mat)