mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-02-07 14:40:12 +00:00
Fix building: Remove non-existent include
cpplint: Should have a space between // and comment [whitespace/comments]
This commit is contained in:
parent
29c1971c24
commit
5fd7f8f8f6
@ -49,7 +49,6 @@
|
||||
|
||||
// Class for handling RAIM
|
||||
#include <gpstk/PRSolution.hpp>
|
||||
#include <gpstk/PRSolution2.hpp>
|
||||
|
||||
// Class defining GPS system constants
|
||||
#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
|
||||
// is done on data: Relativistic effects, tropospheric
|
||||
// correction, instrumental delays, etc.
|
||||
|
||||
} // End of 'for( it = rod.obs.begin(); it!= rod.obs.end(); ...'
|
||||
|
||||
// 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;
|
||||
break;
|
||||
} // End of 'if( raimSolver.isValid() )'
|
||||
|
||||
} // End of 'if( rod.epochFlag == 0 || rod.epochFlag == 1 )'
|
||||
|
||||
} // End of 'while( roffs >> rod )'
|
||||
}
|
||||
catch (gpstk::Exception& e)
|
||||
|
Loading…
x
Reference in New Issue
Block a user