Skip to content

Commit

Permalink
Fix argument order
Browse files Browse the repository at this point in the history
  • Loading branch information
lehmann-4178656ch committed May 21, 2024
1 parent 586f7e3 commit db815fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spatialjoin/SpatialJoinMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ int main(int argc, char** argv) {
Sweeper sweeper(
{NUM_THREADS, prefix, intersects, contains, covers, touches, equals,
overlaps, crosses, suffix, useBoxIds, useArea, useOBB, useCutouts,
useDiagBox, useConvexHulls, useFastSweepSkip, useInnerOuter},
useDiagBox, useFastSweepSkip, useInnerOuter, useConvexHulls},
useCache, cache, output);

if (!useCache) {
Expand Down

0 comments on commit db815fe

Please sign in to comment.