Skip to content
Snippets Groups Projects
Commit ab0bcccb authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

[skip ci] Fix tabulation in prcMot::printHeader()

parent e5f012be
No related branches found
No related tags found
1 merge request!466devel->main
Pipeline #11525 skipped
...@@ -1066,7 +1066,7 @@ void ProcessorMotion::printHeader(int _depth, bool _constr_by, bool _metric, boo ...@@ -1066,7 +1066,7 @@ void ProcessorMotion::printHeader(int _depth, bool _constr_by, bool _metric, boo
{ {
_stream << _tabs << "PrcM" << id() << " " << getType() << " \"" << getName() << "\"" << std::endl; _stream << _tabs << "PrcM" << id() << " " << getType() << " \"" << getName() << "\"" << std::endl;
if (getOrigin()) if (getOrigin())
_stream << _tabs << " " << "o: Cap" << getOrigin()->id() << " - " << " Frm" _stream << _tabs << " " << "o: Cap" << getOrigin()->id() << " - " << " Frm"
<< getOrigin()->getFrame()->id() << std::endl; << getOrigin()->getFrame()->id() << std::endl;
if (getLast()) if (getLast())
_stream << _tabs << " " << "l: Cap" << getLast()->id() << " - " << " Frm" _stream << _tabs << " " << "l: Cap" << getLast()->id() << " - " << " Frm"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment