Skip to content

Commit

Permalink
update util, fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbr committed Apr 3, 2024
1 parent 81870ed commit 0082db3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/spatialjoin/BoxIds.h
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ inline BoxIdList packBoxIds(const BoxIdList& ids) {
}

// ____________________________________________________________________________
inline std::pair<size_t, size_t> boxIdIsect(const BoxIdList& idsA,
inline std::pair<int32_t, int32_t> boxIdIsect(const BoxIdList& idsA,
const BoxIdList& idsB) {
size_t fullContained = 0;
size_t partContained = 0;
Expand Down
2 changes: 1 addition & 1 deletion src/util
Submodule util updated 3 files
+1 −1 geo/Geo.h
+19 −17 geo/Line.h
+43 −0 tests/TestMain.cpp

0 comments on commit 0082db3

Please sign in to comment.