ASMT output, MBDyn input and output done.
This commit is contained in:
@@ -25,8 +25,13 @@ Symsptr MbD::Sine::differentiateWRTx()
|
||||
return std::make_shared<Cosine>(xx);
|
||||
}
|
||||
|
||||
Symsptr MbD::Sine::copyWith(Symsptr arg)
|
||||
{
|
||||
return std::make_shared<Sine>(arg);
|
||||
}
|
||||
|
||||
std::ostream& MbD::Sine::printOn(std::ostream& s) const
|
||||
{
|
||||
s << "sin(" << xx << ")";
|
||||
s << "sin(" << *xx << ")";
|
||||
return s;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user