Skip to content
Snippets Groups Projects

Resolve "Renaming accoding to WOLF conventions"

Merged Joan Vallvé Navarro requested to merge 5-renaming-accoding-to-wolf-conventions into devel
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
#ifndef NAVIGATION_H
#ifndef INCLUDE_GNSS_UTILS_NAVIGATION_H_
#define NAVIGATION_H
#define INCLUDE_GNSS_UTILS_NAVIGATION_H_
#include <vector>
#include <vector>
#include <iostream>
#include <iostream>
@@ -362,4 +362,4 @@ inline void Navigation::freeNavArrays(nav_t& nav)
@@ -362,4 +362,4 @@ inline void Navigation::freeNavArrays(nav_t& nav)
}
}
} // namespace GnssUtils
} // namespace GnssUtils
#endif
#endif // INCLUDE_GNSS_UTILS_NAVIGATION_H_
Loading