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