Implement Limits
This commit is contained in:
committed by
PaddleStroke
parent
3a9e7cecab
commit
ad4a563b42
@@ -23,5 +23,7 @@ void MbD::MBDynInLineJoint::createASMT()
|
||||
|
||||
std::shared_ptr<ASMTJoint> MbD::MBDynInLineJoint::asmtClassNew()
|
||||
{
|
||||
return std::make_shared<ASMTPointInLineJoint>();
|
||||
auto joint = ASMTPointInLineJoint::With();
|
||||
joint->initialize();
|
||||
return joint;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user