OndselSolver can read and write *.asmt files

This commit is contained in:
Aik-Siong Koh
2023-10-19 10:51:51 -06:00
parent 95cd91c9d1
commit 4360daddf3
61 changed files with 1383 additions and 107 deletions

View File

@@ -38,6 +38,7 @@ void MbD::MBDynSystem::runFile(const char* filename)
system->setFilename(filename);
system->parseMBDyn(statements);
system->runKINEMATIC();
system->outputFiles();
}
void MbD::MBDynSystem::parseMBDyn(std::vector<std::string>& lines)