Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
Signed-off-by: artivis <[email protected]>
  • Loading branch information
artivis committed Feb 8, 2025
1 parent eea5e89 commit 5fba36c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/bundle/gtest_bundle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ TEST(Bundle, Interface)
EXPECT_EIGEN_NEAR(G_Ginv.element<1>().inverse().coeffs(), SO3d::Identity().coeffs());
EXPECT_EIGEN_NEAR(G_Ginv.element<2>().inverse().coeffs(), R1d::Identity().coeffs());

typename GroupA::Vector vec;

auto adj = G.adj();
Eigen::Matrix2d adj0 = adj.block<2, 2>(0, 0);
EXPECT_EIGEN_NEAR(adj0, G.element<0>().adj());
Expand Down

0 comments on commit 5fba36c

Please sign in to comment.