MBDyn initial commit
This commit is contained in:
@@ -28,7 +28,7 @@ void Variable::initialize()
|
||||
{
|
||||
}
|
||||
|
||||
void Variable::setName(std::string& str)
|
||||
void Variable::setName(std::string str)
|
||||
{
|
||||
name = str;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user