Skip to content

Commit

Permalink
Move SE3, se3, _SE3, _se3 out of the class.
Browse files Browse the repository at this point in the history
  • Loading branch information
damienmarchal committed Jun 12, 2024
1 parent 6f463c9 commit 87a30a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Cosserat/mapping/BaseCosseratMapping.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ namespace Cosserat::mapping
using namespace sofa::defaulttype;

template <>
BaseCosseratMapping<Vec6Types, Rigid3Types, Rigid3Types>::se3
BaseCosseratMapping<Vec6Types, Rigid3Types, Rigid3Types>::buildXiHat(const Coord1 &strain_i)
auto BaseCosseratMapping<Vec6Types, Rigid3Types, Rigid3Types>::buildXiHat(const Coord1 &strain_i) -> se3
{
se3 Xi;

Expand Down

0 comments on commit 87a30a7

Please sign in to comment.