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 authored and epernod committed Dec 21, 2023
1 parent 7140f1d commit 44b2d1e
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 44b2d1e

Please sign in to comment.