Files
solver/MbDCode/ASMTCylindricalJoint.cpp
2023-07-30 12:08:39 -06:00

9 lines
170 B
C++

#include "ASMTCylindricalJoint.h"
using namespace MbD;
std::shared_ptr<Joint> MbD::ASMTCylindricalJoint::mbdClassNew()
{
return CREATE<CylindricalJoint>::With();
}