Skip to content

Commit 730f34f

Browse files
committed
all: remove deprecarte EIGENPY_DEFINE_STRUCT_ALLOCATOR_SPECIALIZATION
1 parent 06c255a commit 730f34f

File tree

3 files changed

+3
-13
lines changed

3 files changed

+3
-13
lines changed

src/angle-axis.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
/*
22
* Copyright 2014-2019, CNRS
3-
* Copyright 2018-2019, INRIA
3+
* Copyright 2018-2023, INRIA
44
*/
55

66
#include "eigenpy/angle-axis.hpp"
7-
87
#include "eigenpy/geometry.hpp"
9-
#include "eigenpy/memory.hpp"
10-
11-
EIGENPY_DEFINE_STRUCT_ALLOCATOR_SPECIALIZATION(Eigen::AngleAxisd)
128

139
namespace eigenpy {
1410
void exposeAngleAxis() { expose<Eigen::AngleAxisd>(); }

src/geometry-conversion.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
/*
22
* Copyright 2014-2019, CNRS
3-
* Copyright 2018-2019, INRIA
3+
* Copyright 2018-2023, INRIA
44
*/
55

66
#include "eigenpy/geometry-conversion.hpp"
7-
87
#include "eigenpy/geometry.hpp"
9-
#include "eigenpy/memory.hpp"
108

119
namespace eigenpy {
1210
void exposeGeometryConversion() { EulerAnglesConvertor<double>::expose(); }

src/quaternion.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
/*
22
* Copyright 2014-2019, CNRS
3-
* Copyright 2018-2022, INRIA
3+
* Copyright 2018-2023, INRIA
44
*/
55

66
#include <Eigen/Geometry>
77

88
#include "eigenpy/geometry.hpp"
9-
#include "eigenpy/memory.hpp"
10-
11-
EIGENPY_DEFINE_STRUCT_ALLOCATOR_SPECIALIZATION(Eigen::Quaterniond)
12-
139
#include "eigenpy/quaternion.hpp"
1410

1511
namespace eigenpy {

0 commit comments

Comments
 (0)