diff --git a/src/Cosserat/mapping/BaseCosseratMapping.h b/src/Cosserat/mapping/BaseCosseratMapping.h index 4f60e73..ac4bb9f 100644 --- a/src/Cosserat/mapping/BaseCosseratMapping.h +++ b/src/Cosserat/mapping/BaseCosseratMapping.h @@ -53,7 +53,9 @@ using sofa::type::Vec3; using sofa::type::Vec6; using sofa::type::Mat; -using Cosserat::type::SE3; +using se3 = sofa::type::Matrix4; +using SE3 = sofa::type::Matrix4; +using _se3 = Eigen::Matrix4d; using _SE3 = Eigen::Matrix4d; } @@ -123,10 +125,6 @@ class BaseCosseratMapping : public sofa::core::Multi2Mapping typedef typename SolidTypes::Transform Transform; typedef typename sofa::type::vector List; - typedef typename sofa::type::Matrix4 se3; - typedef typename sofa::type::Matrix4 SE3; - - typedef typename Eigen::Matrix4d _se3; typedef typename sofa::type::Mat<6, 6, SReal> Tangent; typedef typename Eigen::Matrix3d RotMat; typedef typename Eigen::Matrix Vector6d;