Skip to content
Snippets Groups Projects
Commit d72325a2 authored by Pep Martí Saumell's avatar Pep Martí Saumell
Browse files

[bug] added `const` key in computePos header

parent 4a166e25
No related branches found
No related tags found
3 merge requests!20new tag,!19new tag,!11Resolve "Add Novatel raw data stream"
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
namespace GnssUtils namespace GnssUtils
{ {
ComputePosOutput computePos(const Observations& _observations, Navigation& _navigation, const prcopt_t& _prcopt); ComputePosOutput computePos(const Observations& _observations, const Navigation& _navigation, const prcopt_t& _prcopt);
// ComputePosOutput computePosOwn(const Observations & _observations, // ComputePosOutput computePosOwn(const Observations & _observations,
// Navigation & _navigation, // Navigation & _navigation,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment