Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gnss_utils
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
labrobotica
algorithms
gnss_utils
Commits
420b7eba
Commit
420b7eba
authored
5 years ago
by
Pep Martí Saumell
Browse files
Options
Downloads
Patches
Plain Diff
[renaming] utils include guard
parent
9f84f44e
No related branches found
No related tags found
3 merge requests
!20
new tag
,
!19
new tag
,
!5
Resolve "Renaming accoding to WOLF conventions"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/gnss_utils/utils/utils.h
+3
-3
3 additions, 3 deletions
include/gnss_utils/utils/utils.h
with
3 additions
and
3 deletions
include/gnss_utils/utils/utils.h
+
3
−
3
View file @
420b7eba
#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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment