Skip to content

Commit

Permalink
Use default C++ std out precision
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Aug 7, 2020
1 parent aaafcce commit bacd580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/xmltester/XMLTester.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ XMLTester::printGeom(const geom::Geometry* g)
return s2.str();
}
else {
wktwriter->setRoundingPrecision(12);
// wktwriter->setRoundingPrecision(32);
return wktwriter->write(g);
}
}
Expand Down

0 comments on commit bacd580

Please sign in to comment.