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

9 lines
161 B
C++

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