[geos-commits] [SCM] GEOS branch main updated. 8d98eab0a217b139e539df258ade869271060f10
git at osgeo.org
git at osgeo.org
Fri Nov 22 13:56:25 PST 2024
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, main has been updated
via 8d98eab0a217b139e539df258ade869271060f10 (commit)
from 7852bc6c5e59d97daa0bf3ec8961a77010d26961 (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 8d98eab0a217b139e539df258ade869271060f10
Author: Martin Davis <mtnclimb at gmail.com>
Date: Fri Nov 22 13:55:48 2024 -0800
Clean up topo predicate perf test
diff --git a/benchmarks/geom/TopologyPredicatePerfTest.cpp b/benchmarks/geom/TopologyPredicatePerfTest.cpp
index cbefc0836..4e76a6dbd 100644
--- a/benchmarks/geom/TopologyPredicatePerfTest.cpp
+++ b/benchmarks/geom/TopologyPredicatePerfTest.cpp
@@ -201,7 +201,6 @@ double test(const Geometry& g, const std::vector<std::unique_ptr<Geometry>>& geo
std::unique_ptr<Geometry>
loadWKT(std::string& fname) {
- //std::string fname = "/Users/mdavis/proj/jts/testing/relateng/europe_main.wkt";
std::ifstream f(fname);
std::string line;
std::unique_ptr<Geometry> geom;
-----------------------------------------------------------------------
Summary of changes:
benchmarks/geom/TopologyPredicatePerfTest.cpp | 1 -
1 file changed, 1 deletion(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list