Skip to content

Commit bf730d2

Browse files
authored
[SolidMechanics] Make Data innerRadius of BeamFEMFF not required (#5203)
1 parent 964136a commit bf730d2

File tree

1 file changed

+0
-3
lines changed
  • Sofa/Component/SolidMechanics/FEM/Elastic/src/sofa/component/solidmechanics/fem/elastic

1 file changed

+0
-3
lines changed

Sofa/Component/SolidMechanics/FEM/Elastic/src/sofa/component/solidmechanics/fem/elastic/BeamFEMForceField.inl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,7 @@ BeamFEMForceField<DataTypes>::BeamFEMForceField(Real poissonRatio, Real youngMod
6060
, m_updateStiffnessMatrix(true)
6161
{
6262
d_radius.setRequired(true);
63-
d_radiusInner.setRequired(true);
64-
6563
m_beamsData.setOriginalData(&d_beamsData);
66-
6764
this->setPoissonRatio(poissonRatio);
6865
this->setYoungModulus(youngModulus);
6966
}

0 commit comments

Comments
 (0)