Skip to content

Commit

Permalink
spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan24680 committed Feb 1, 2025
1 parent 1c60bf9 commit 3b8ea1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/engine/SpatialJoinAlgorithms.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,13 @@ class SpatialJoinAlgorithms {
}

// Helper function, which computes the distance of two geometries, where each
// geometrie comes from a different result table
// geometry comes from a different result table
Id computeDist(const IdTable* resLeft, const IdTable* resRight,
size_t rowLeft, size_t rowRight, ColumnIndex leftPointCol,
ColumnIndex rightPointCol) const;

// Helper function, which computes the distance of two geometries, where each
// geometrie has already been parsed and is available as an rtreeEntry
// geometry has already been parsed and is available as an rtreeEntry
Id computeDist(const rtreeEntry& geo1, const rtreeEntry& geo2) const;

// this function calculates the maximum distance from the midpoint of the box
Expand Down

0 comments on commit 3b8ea1a

Please sign in to comment.