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

[renaming] utils include guard

parent 9f84f44e
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 UTILS_H #ifndef INCLUDE_GNSS_UTILS_UTILS_UTILS_H_
#define UTILS_H #define INCLUDE_GNSS_UTILS_UTILS_UTILS_H_
#include <vector> #include <vector>
#include <iostream> #include <iostream>
...@@ -42,4 +42,4 @@ bool equalObservations(const obs_t& obs1, const obs_t& obs2); ...@@ -42,4 +42,4 @@ bool equalObservations(const obs_t& obs1, const obs_t& obs2);
} // namespace GnssUtils } // namespace GnssUtils
#endif #endif // INCLUDE_GNSS_UTILS_UTILS_UTILS_H_
\ No newline at end of file \ No newline at end of file
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