crank_slider.mbd MBDyn file working

This commit is contained in:
Aik-Siong Koh
2023-10-13 13:01:39 -06:00
parent e4e98755db
commit 84cb979354
95 changed files with 2693 additions and 558 deletions

View File

@@ -12,10 +12,10 @@ using namespace MbD;
Time::Time()
{
std::string str = "t";
this->setName(str);
}
void Time::initialize()
{
std::string str = "t";
this->setName(str);
}