Skip to content
Snippets Groups Projects
Commit 76ee25e1 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

ENH: precise output

parent fb8a803a
No related branches found
No related tags found
No related merge requests found
......@@ -183,6 +183,7 @@ namespace otb
{
Superclass::PrintSelf(os, indent);
os << indent << "Number of points: " << this->m_NumberOfPoints << std::endl;
os << indent << std::setprecision(15);
os << indent << "Min X: " << this->m_MinX << std::endl;
os << indent << "Max X: " << this->m_MaxX << std::endl;
os << indent << "Min Y: " << this->m_MinY << std::endl;
......
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