diff --git a/Sofa/Component/SolidMechanics/FEM/Elastic/tests/BeamFEMForceField_test.cpp b/Sofa/Component/SolidMechanics/FEM/Elastic/tests/BeamFEMForceField_test.cpp index 474bacb79ed..844cc71ef4c 100644 --- a/Sofa/Component/SolidMechanics/FEM/Elastic/tests/BeamFEMForceField_test.cpp +++ b/Sofa/Component/SolidMechanics/FEM/Elastic/tests/BeamFEMForceField_test.cpp @@ -92,7 +92,7 @@ class BeamFEMForceField_test : public BaseTest createObject(m_root, "EdgeSetGeometryAlgorithms", { {"template","Rigid3d"} }); createObject(m_root, "BeamFEMForceField", { {"Name","Beam"}, {"template", "Rigid3d"}, {"radius", str(radius)}, {"youngModulus", str(youngModulus)}, {"poissonRatio", str(poissonRatio)} }); - createObject(m_root, "UniformMass", { {"name","mass"}, {"totalMass","1.0"}, {"handleTopologicalChanges", "1" } }); + createObject(m_root, "UniformMass", { {"name","mass"}, {"totalMass","1.0"} }); createObject(m_root, "FixedConstraint", { {"name","fix"}, {"indices","0"} }); /// Init simulation