Skip to content

Commit

Permalink
Update wording of location in ReportGUI (#185)
Browse files Browse the repository at this point in the history
Signed-off-by: romanodanilo <[email protected]>
Signed-off-by: romanodanilo <[email protected]>
  • Loading branch information
romanodanilo authored Sep 23, 2024
1 parent bfc389a commit 101dfd6
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,8 @@ void cCheckerWidget::PrintExtendedInformationIntoStream(cExtendedInformation *it

ssStream->setf(std::ios::fixed, std::ios::floatfield);
*ssStream << std::endl
<< " Location: x=" << std::setprecision(2) << initialLoc->GetX() << " y=" << std::setprecision(2)
<< initialLoc->GetY() << " z=" << std::setprecision(2) << initialLoc->GetZ();
<< " Inertial Location: x=" << std::setprecision(2) << initialLoc->GetX()
<< " y=" << std::setprecision(2) << initialLoc->GetY() << " z=" << std::setprecision(2)
<< initialLoc->GetZ();
}
}

0 comments on commit 101dfd6

Please sign in to comment.