Skip to content

Commit

Permalink
unique_ptr: Replace _ by - in header file
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Feb 5, 2024
1 parent 33fd90a commit f7ecce2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ set(${PROJECT_NAME}_HEADERS
include/eigenpy/scipy-allocator.hpp
include/eigenpy/scipy-type.hpp
include/eigenpy/variant.hpp
include/eigenpy/std_unique_ptr.hpp
include/eigenpy/std-unique-ptr.hpp
include/eigenpy/swig.hpp
include/eigenpy/version.hpp)

Expand Down
2 changes: 1 addition & 1 deletion include/eigenpy/eigenpy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "eigenpy/expose.hpp"

/// Custom CallPolicies
#include "eigenpy/std_unique_ptr.hpp"
#include "eigenpy/std-unique-ptr.hpp"

#define ENABLE_SPECIFIC_MATRIX_TYPE(TYPE) \
::eigenpy::enableEigenPySpecific<TYPE>();
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion unittest/std_unique_ptr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/// @copyright Copyright 2023 CNRS INRIA

#include <eigenpy/eigenpy.hpp>
#include <eigenpy/std_unique_ptr.hpp>
#include <eigenpy/std-unique-ptr.hpp>

#include <memory>

Expand Down

0 comments on commit f7ecce2

Please sign in to comment.