Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
eos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Richard Torenvliet
eos
Commits
c02ca48c
Commit
c02ca48c
authored
Feb 13, 2015
by
Patrik Huber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed wrong namespace of LandmarkMapper
parent
1cc814ac
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
include/eos/core/LandmarkMapper.hpp
include/eos/core/LandmarkMapper.hpp
+2
-2
src/eos/core/LandmarkMapper.cpp
src/eos/core/LandmarkMapper.cpp
+2
-2
No files found.
include/eos/core/LandmarkMapper.hpp
View file @
c02ca48c
...
...
@@ -32,7 +32,7 @@
#include <map>
namespace
eos
{
namespace
morphablemodel
{
namespace
core
{
/**
* Represents a mapping from one kind of landmarks
...
...
@@ -69,7 +69,7 @@ private:
std
::
map
<
std
::
string
,
std
::
string
>
landmarkMappings
;
///< Mapping from one landmark name to a name in a different format.
};
}
/* namespace
morphablemodel
*/
}
/* namespace
core
*/
}
/* namespace eos */
#endif
/* LANDMARKMAPPER_HPP_ */
src/eos/core/LandmarkMapper.cpp
View file @
c02ca48c
...
...
@@ -28,7 +28,7 @@ using boost::property_tree::ptree;
using
std
::
string
;
namespace
eos
{
namespace
morphablemodel
{
namespace
core
{
LandmarkMapper
::
LandmarkMapper
(
boost
::
filesystem
::
path
filename
)
{
...
...
@@ -66,5 +66,5 @@ string LandmarkMapper::convert(string landmarkName)
}
}
}
/* namespace
morphablemodel
*/
}
/* namespace
core
*/
}
/* namespace eos */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment