diff --git a/MbDCode/MbDCode.cpp b/MbDCode/MbDCode.cpp index 27d0df2..4adb2f3 100644 --- a/MbDCode/MbDCode.cpp +++ b/MbDCode/MbDCode.cpp @@ -27,13 +27,13 @@ void runSpMat(); int main() { ASMTAssembly::runFile("piston.asmt"); - //ASMTAssembly::runFile("00backhoe.asmt"); - //ASMTAssembly::runFile("circular.asmt"); + ASMTAssembly::runFile("00backhoe.asmt"); + ASMTAssembly::runFile("circular.asmt"); //ASMTAssembly::runFile("cirpendu.asmt"); //Under constrained. Testing ICKine. - //ASMTAssembly::runFile("engine1.asmt"); - //ASMTAssembly::runFile("fourbar.asmt"); - //ASMTAssembly::runFile("fourbot.asmt"); - //ASMTAssembly::runFile("wobpump.asmt"); + ASMTAssembly::runFile("engine1.asmt"); + ASMTAssembly::runFile("fourbar.asmt"); + ASMTAssembly::runFile("fourbot.asmt"); + ASMTAssembly::runFile("wobpump.asmt"); auto cadSystem = std::make_shared(); cadSystem->runOndselDoublePendulum();