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 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
Loading