Files
solver/MbDCode/ASMTFixedJoint.cpp

9 lines
152 B
C++

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