ASMT output, MBDyn input and output done.

This commit is contained in:
Aik-Siong Koh
2023-11-06 18:00:24 -07:00
parent 34858977b1
commit 678d03db1f
96 changed files with 8806 additions and 4043 deletions

View File

@@ -34,6 +34,6 @@ Symsptr MbD::DifferentiatedGeneralSpline::clonesptr()
std::ostream& MbD::DifferentiatedGeneralSpline::printOn(std::ostream& s) const
{
s << "deriv(" << generalSpline << ", " << derivativeOrder << ")";
s << "deriv(" << *generalSpline << ", " << derivativeOrder << ")";
return s;
}