Skip to content
Snippets Groups Projects
Commit 1caed57c authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

rename namespace threeD to SE3

parent 5125f088
No related branches found
No related tags found
1 merge request!311Se2
Pipeline #4123 passed
......@@ -35,7 +35,7 @@
namespace wolf
{
namespace three_D {
namespace SE3 {
using namespace Eigen;
template<typename D1, typename D2>
......
......@@ -13,7 +13,7 @@
using namespace Eigen;
using namespace wolf;
using namespace three_D;
using namespace SE3;
TEST(SE3, exp_0)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment