Skip to content

Commit

Permalink
Remove redundant Data properties in HyperReducedTetrahedralCorotation…
Browse files Browse the repository at this point in the history
…alFEMForceField (#133)
  • Loading branch information
alxbilger authored Jul 12, 2024
1 parent 80f89a5 commit 3ef942f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ template< class DataTypes>
HyperReducedTetrahedralCorotationalFEMForceField<DataTypes>::HyperReducedTetrahedralCorotationalFEMForceField()
{
this->addAlias(&_assembling, "assembling");
_poissonRatio.setWidget("poissonRatio");

_poissonRatio.setRequired(true);
_youngModulus.setRequired(true);
}

template <class DataTypes>
Expand Down

0 comments on commit 3ef942f

Please sign in to comment.