Skip to content

Commit 52e4493

Browse files
[tests] Fix namespace problem for test_feature_generic
1 parent fcf3241 commit 52e4493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/features/test_feature_generic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838

3939
namespace dynamicgraph {
4040
namespace sot {
41+
namespace dg = dynamicgraph;
4142

4243
typedef pinocchio::CartesianProductOperation<
4344
pinocchio::VectorSpaceOperationTpl<3, double>,
@@ -57,7 +58,6 @@ template <Representation_t representation> struct LG_t {
5758
using namespace std;
5859
using namespace dynamicgraph::sot;
5960
using namespace dynamicgraph;
60-
namespace dg = dynamicgraph;
6161

6262
#define EIGEN_VECTOR_IS_APPROX(Va, Vb, precision) \
6363
BOOST_CHECK_MESSAGE((Va).isApprox(Vb, precision), \

0 commit comments

Comments
 (0)