1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-01 15:53:03 +00:00

Revert "Remove unused variable"

This reverts commit c8a03dc4af.
This commit is contained in:
Carles Fernandez
2019-08-01 22:03:04 +02:00
parent 8cb2563341
commit 68afadab74
4 changed files with 5 additions and 0 deletions

View File

@@ -94,6 +94,7 @@ Rtklib_Solver::Rtklib_Solver(int nchannels, std::string dump_filename, bool flag
d_dump_filename = std::move(dump_filename);
d_flag_dump_enabled = flag_dump_to_file;
d_flag_dump_mat_enabled = flag_dump_to_mat;
count_valid_position = 0;
this->set_averaging_flag(false);
rtk_ = rtk;