fixes str.find bug and cmake files

This commit is contained in:
John Dupuy
2023-09-28 13:30:50 -05:00
parent 1f32157513
commit 0a0a1ad547
7 changed files with 20 additions and 28 deletions

View File

@@ -35,11 +35,11 @@ int main()
//ASMTAssembly::runFile("fourbot.asmt");
//ASMTAssembly::runFile("wobpump.asmt");
// auto cadSystem = std::make_shared<CADSystem>();
// cadSystem->runOndselDoublePendulum();
////cadSystem->runOndselPiston();
//cadSystem->runPiston();
//runSpMat();
auto cadSystem = std::make_shared<CADSystem>();
cadSystem->runOndselDoublePendulum();
cadSystem->runOndselPiston();
cadSystem->runPiston();
runSpMat();
}
void runSpMat() {