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
@@ -26,18 +26,19 @@ void sharedptrTest();
|
||||
|
||||
int main()
|
||||
{
|
||||
ASMTAssembly::runFile("../testapp/RevRevJt.asmt");
|
||||
ASMTAssembly::runFile("../testapp/RevCylJt.asmt");
|
||||
ASMTAssembly::runFile("../testapp/CylSphJt.asmt");
|
||||
ASMTAssembly::runFile("../testapp/SphSphJt.asmt");
|
||||
//MBDynSystem::runFile("../testapp/MBDynCase(Cosine-half drive).mbd");
|
||||
//MBDynSystem::runFile("../testapp/MBDynCase(Sine-forever drive).mbd");
|
||||
MBDynSystem::runFile("../testapp/MBDynCase(Cosine-half drive).mbd");
|
||||
MBDynSystem::runFile("../testapp/MBDynCase(Sine-forever drive).mbd");
|
||||
MBDynSystem::runFile("../testapp/MBDynCase9orig.mbd"); //SimulationStoppingError
|
||||
MBDynSystem::runFile("../testapp/MBDynCase8orig.mbd"); //Incompatible geometry at t=3.15
|
||||
MBDynSystem::runFile("../testapp/MBDynCase5orig.mbd"); //Test Product::integrateWRT
|
||||
ASMTAssembly::readWriteFile("../testapp/Gears.asmt");
|
||||
ASMTAssembly::readWriteFile("../testapp/anglejoint.asmt");
|
||||
ASMTAssembly::readWriteFile("../testapp/constvel.asmt");
|
||||
//ASMTAssembly::readWriteFile("../testapp/rackscrew.asmt"); //ToDo new joint
|
||||
ASMTAssembly::readWriteFile("../testapp/rackscrew.asmt");
|
||||
ASMTAssembly::readWriteFile("../testapp/planarbug.asmt");
|
||||
MBDynSystem::runFile("../testapp/InitialConditions.mbd");
|
||||
MBDynSystem::runFile("../testapp/SphericalHinge.mbd");
|
||||
|
||||
Reference in New Issue
Block a user