[geos-commits] [SCM] GEOS branch master updated. bacd58058025b25de93fb23bb78ff540ef1e3b63

git at osgeo.org git at osgeo.org
Fri Aug 7 09:51:09 PDT 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, master has been updated
       via  bacd58058025b25de93fb23bb78ff540ef1e3b63 (commit)
      from  aaafcce227add7d80bf46d11e2630df2e6bda173 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bacd58058025b25de93fb23bb78ff540ef1e3b63
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Aug 7 09:51:04 2020 -0700

    Use default C++ std out precision

diff --git a/tests/xmltester/XMLTester.cpp b/tests/xmltester/XMLTester.cpp
index f52fa05..1cc7cdd 100644
--- a/tests/xmltester/XMLTester.cpp
+++ b/tests/xmltester/XMLTester.cpp
@@ -739,7 +739,7 @@ XMLTester::printGeom(const geom::Geometry* g)
         return s2.str();
     }
     else {
-        wktwriter->setRoundingPrecision(12);
+        // wktwriter->setRoundingPrecision(32);
         return wktwriter->write(g);
     }
 }

-----------------------------------------------------------------------

Summary of changes:
 tests/xmltester/XMLTester.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list