We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad9be99 commit 6e4dc0bCopy full SHA for 6e4dc0b
include/pinocchio/spatial/inertia.hpp
@@ -1,5 +1,6 @@
1
//
2
-// Copyright (c) 2015-2021 CNRS INRIA
+// Copyright (c) 2015-2018 CNRS
3
+// Copyright (c) 2018-2025 INRIA
4
// Copyright (c) 2016 Wandercraft, 86 rue de Paris 91400 Orsay, France.
5
6
@@ -1210,7 +1211,7 @@ namespace pinocchio
1210
1211
const Scalar exp_2d1 = exp(2 * d1);
1212
const Scalar exp_2d2 = exp(2 * d2);
1213
const Scalar exp_2d3 = exp(2 * d3);
- const Scalar exp_d1 = exp(d1);
1214
+ // const Scalar exp_d1 = exp(d1);
1215
const Scalar exp_d2 = exp(d2);
1216
const Scalar exp_d3 = exp(d3);
1217
0 commit comments