1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-31 11:19:18 +00:00

Fix building: Remove non-existent include

cpplint: Should have a space between // and comment [whitespace/comments]
This commit is contained in:
Carles Fernandez 2020-02-24 15:06:48 +01:00
parent 29c1971c24
commit 5fd7f8f8f6

View File

@ -49,7 +49,6 @@
// Class for handling RAIM // Class for handling RAIM
#include <gpstk/PRSolution.hpp> #include <gpstk/PRSolution.hpp>
#include <gpstk/PRSolution2.hpp>
// Class defining GPS system constants // Class defining GPS system constants
#include <gpstk/GNSSconstants.hpp> #include <gpstk/GNSSconstants.hpp>
@ -955,7 +954,6 @@ double compute_rx_clock_error(std::string rinex_nav_filename, std::string rinex_
// WARNING: Please note that so far no further correction // WARNING: Please note that so far no further correction
// is done on data: Relativistic effects, tropospheric // is done on data: Relativistic effects, tropospheric
// correction, instrumental delays, etc. // correction, instrumental delays, etc.
} // End of 'for( it = rod.obs.begin(); it!= rod.obs.end(); ...' } // End of 'for( it = rod.obs.begin(); it!= rod.obs.end(); ...'
// The default constructor for PRSolution2 objects (like // The default constructor for PRSolution2 objects (like
@ -1044,9 +1042,7 @@ double compute_rx_clock_error(std::string rinex_nav_filename, std::string rinex_
rx_clock_error_s = raimSolver.Solution(3) / gpstk::C_MPS; rx_clock_error_s = raimSolver.Solution(3) / gpstk::C_MPS;
break; break;
} // End of 'if( raimSolver.isValid() )' } // End of 'if( raimSolver.isValid() )'
} // End of 'if( rod.epochFlag == 0 || rod.epochFlag == 1 )' } // End of 'if( rod.epochFlag == 0 || rod.epochFlag == 1 )'
} // End of 'while( roffs >> rod )' } // End of 'while( roffs >> rod )'
} }
catch (gpstk::Exception& e) catch (gpstk::Exception& e)