Skip to content

Commit 78da319

Browse files
committed
remove container::ShapeMatching
1 parent 2d53a69 commit 78da319

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ShapeMatchingPlugin/ShapeMatchingForceField.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class ShapeMatchingForceField : public core::behavior::ForceField<DataTypes>
5757
ShapeMatchingForceField();
5858

5959
public:
60-
SingleLink<ShapeMatchingForceField<DataTypes>, container::ShapeMatchingRotationFinder<DataTypes>, BaseLink::FLAG_STOREPATH | BaseLink::FLAG_STRONGLINK> l_rotationFinder;
60+
SingleLink<ShapeMatchingForceField<DataTypes>, ShapeMatchingRotationFinder<DataTypes>, BaseLink::FLAG_STOREPATH | BaseLink::FLAG_STRONGLINK> l_rotationFinder;
6161
Data<Real> d_stiffness;
6262

6363
void init() override;

src/ShapeMatchingPlugin/ShapeMatchingForceField.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ void ShapeMatchingForceField<DataTypes>::init()
4747

4848
if (!l_rotationFinder.get())
4949
{
50-
sofa::core::sptr< container::ShapeMatchingRotationFinder<DataTypes>> rotationFinder;
50+
sofa::core::sptr< ShapeMatchingRotationFinder<DataTypes>> rotationFinder;
5151
this->getContext()->get(rotationFinder);
5252
if (!rotationFinder)
5353
{

0 commit comments

Comments
 (0)