Skip to content

Commit

Permalink
Remove one more merge artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
lehmann-4178656ch committed May 24, 2024
1 parent 5adaa8f commit b805dae
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/spatialjoin/Sweeper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1541,13 +1541,6 @@ std::pair<bool, bool> Sweeper::check(const I32Point& a, const Area* b,
if (!std::get<1>(r)) return {0, 0};
}

if (_cfg.useConvexHull && !b->convexHull.empty()) {
auto ts = TIME();
auto r = containsCovers(a, b->convexHull);
_stats[t].timeConvexHullIsectAreaPoint += TOOK(ts);
if (!std::get<1>(r)) return {0, 0};
}

if (_cfg.useInnerOuter && !b->outer.empty()) {
auto ts = TIME();
auto r = containsCovers(a, b->outer);
Expand Down

0 comments on commit b805dae

Please sign in to comment.