ASMT output, MBDyn input and output done.
This commit is contained in:
@@ -249,15 +249,13 @@ std::ostream& MbD::GeneralSpline::printOn(std::ostream& s) const
|
||||
{
|
||||
s << ", " << xs->at(i);
|
||||
}
|
||||
s << "}" << std::endl;;
|
||||
s << "}, " << std::endl;
|
||||
s << "ys{";
|
||||
s << ys->at(0);
|
||||
for (int i = 1; i < ys->size(); i++)
|
||||
{
|
||||
s << ", " << ys->at(i);
|
||||
}
|
||||
s << "}";
|
||||
s << ")";
|
||||
s << std::endl;
|
||||
s << "})" << std::endl;
|
||||
return s;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user