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

[renaming] include guard rename

parent d82ad6e3
No related branches found
No related tags found
3 merge requests!20new tag,!19new tag,!5Resolve "Renaming accoding to WOLF conventions"
#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_
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