Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
eigenpy
Commits
eb920acc
Verified
Commit
eb920acc
authored
Feb 27, 2020
by
Justin Carpentier
Browse files
core: rename file
parent
c870f4c9
Changes
4
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
eb920acc
...
...
@@ -110,7 +110,7 @@ SET(${PROJECT_NAME}_HEADERS
include/eigenpy/eigen-allocator.hpp
include/eigenpy/eigen-to-python.hpp
include/eigenpy/eigen-from-python.hpp
include/eigenpy/map.hpp
include/eigenpy/
numpy-
map.hpp
include/eigenpy/geometry.hpp
include/eigenpy/geometry-conversion.hpp
include/eigenpy/memory.hpp
...
...
include/eigenpy/details.hpp
View file @
eb920acc
...
...
@@ -17,7 +17,6 @@
#include
"eigenpy/eigen-from-python.hpp"
#include
"eigenpy/registration.hpp"
#include
"eigenpy/map.hpp"
#include
"eigenpy/exception.hpp"
namespace
boost
{
namespace
python
{
namespace
detail
{
...
...
include/eigenpy/eigen-allocator.hpp
View file @
eb920acc
...
...
@@ -6,7 +6,7 @@
#define __eigenpy_eigen_allocator_hpp__
#include
"eigenpy/fwd.hpp"
#include
"eigenpy/map.hpp"
#include
"eigenpy/
numpy-
map.hpp"
#include
"eigenpy/scalar-conversion.hpp"
#include
"eigenpy/utils/is-aligned.hpp"
...
...
include/eigenpy/map.hpp
→
include/eigenpy/
numpy-
map.hpp
View file @
eb920acc
...
...
@@ -3,8 +3,8 @@
* Copyright 2018-2020, INRIA
*/
#ifndef __eigenpy_map_hpp__
#define __eigenpy_map_hpp__
#ifndef __eigenpy_
numpy_
map_hpp__
#define __eigenpy_
numpy_
map_hpp__
#include
"eigenpy/fwd.hpp"
#include
"eigenpy/exception.hpp"
...
...
@@ -148,4 +148,4 @@ namespace eigenpy
}
// namespace eigenpy
#endif // define __eigenpy_map_hpp__
#endif // define __eigenpy_
numpy_
map_hpp__
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment