Skip to content

Commit

Permalink
Clean up topo predicate perf test
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-jts committed Nov 22, 2024
1 parent 7852bc6 commit 8d98eab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion benchmarks/geom/TopologyPredicatePerfTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8d98eab

Please # to comment.