Skip to content

Commit

Permalink
add mapConstraints to the meta-alias isMechanical
Browse files Browse the repository at this point in the history
  • Loading branch information
fredroy committed Dec 14, 2023
1 parent 8774d29 commit 2274b37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sofa/framework/Core/src/sofa/core/BaseMapping.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ BaseMapping::BaseMapping()
, f_mapMatrices(initData(&f_mapMatrices, false, "mapMatrices", "Are matrix explicit mapped?"))
{
this->addAlias(&f_mapForces, "isMechanical");
this->addAlias(&f_mapConstraints, "isMechanical");
this->addAlias(&f_mapMasses, "isMechanical");
}

Expand Down

0 comments on commit 2274b37

Please sign in to comment.