ASMT output, MBDyn input and output done.
This commit is contained in:
@@ -18,3 +18,8 @@ double MbD::Ln::getValue()
|
||||
{
|
||||
return std::log(xx->getValue());
|
||||
}
|
||||
|
||||
Symsptr MbD::Ln::copyWith(Symsptr arg)
|
||||
{
|
||||
return std::make_shared<Ln>(arg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user