Skip to content

Commit 6e4dc0b

Browse files
committed
core: remove another compilation warning
1 parent ad9be99 commit 6e4dc0b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

include/pinocchio/spatial/inertia.hpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//
2-
// Copyright (c) 2015-2021 CNRS INRIA
2+
// Copyright (c) 2015-2018 CNRS
3+
// Copyright (c) 2018-2025 INRIA
34
// Copyright (c) 2016 Wandercraft, 86 rue de Paris 91400 Orsay, France.
45
//
56

@@ -1210,7 +1211,7 @@ namespace pinocchio
12101211
const Scalar exp_2d1 = exp(2 * d1);
12111212
const Scalar exp_2d2 = exp(2 * d2);
12121213
const Scalar exp_2d3 = exp(2 * d3);
1213-
const Scalar exp_d1 = exp(d1);
1214+
// const Scalar exp_d1 = exp(d1);
12141215
const Scalar exp_d2 = exp(d2);
12151216
const Scalar exp_d3 = exp(d3);
12161217

0 commit comments

Comments
 (0)