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"
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
#ifndef NAVIGATION_H
#define NAVIGATION_H
#ifndef INCLUDE_GNSS_UTILS_NAVIGATION_H_
#define INCLUDE_GNSS_UTILS_NAVIGATION_H_
#include <vector>
#include <iostream>
......@@ -362,4 +362,4 @@ inline void Navigation::freeNavArrays(nav_t& nav)
}
} // 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