Rackscrew.asmt now runs.
Other changes to ignore assembly.asmt git cleanup
This commit is contained in:
committed by
Brad Collette
parent
5671994528
commit
3901de64a6
18
OndselSolver/ASMTRevRevJoint.cpp
Normal file
18
OndselSolver/ASMTRevRevJoint.cpp
Normal file
@@ -0,0 +1,18 @@
|
||||
/***************************************************************************
|
||||
* Copyright (c) 2023 Ondsel, Inc. *
|
||||
* *
|
||||
* This file is part of OndselSolver. *
|
||||
* *
|
||||
* See LICENSE file for details about copyright. *
|
||||
***************************************************************************/
|
||||
#include <fstream>
|
||||
|
||||
#include "ASMTRevRevJoint.h"
|
||||
#include "RevRevJoint.h"
|
||||
|
||||
using namespace MbD;
|
||||
|
||||
std::shared_ptr<Joint> MbD::ASMTRevRevJoint::mbdClassNew()
|
||||
{
|
||||
return CREATE<RevRevJoint>::With();
|
||||
}
|
||||
Reference in New Issue
Block a user