MBDyn initial commit

This commit is contained in:
Aik-Siong Koh
2023-09-29 06:48:46 -06:00
parent cd3e4e0095
commit cb81a1176c
77 changed files with 1792 additions and 40 deletions

View File

@@ -28,7 +28,7 @@ void Variable::initialize()
{
}
void Variable::setName(std::string& str)
void Variable::setName(std::string str)
{
name = str;
}