Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Aug 9, 2024
1 parent 0eb795e commit 1f4d965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operation/relateng/RelateNG.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ RelateNG::equalsTopo(const Geometry* a)
bool
RelateNG::relate(const Geometry* a, const std::string& imPattern)
{
return evaluate(b, imPattern);
return evaluate(a, imPattern);
}

/************************************************************************/
Expand Down

0 comments on commit 1f4d965

Please sign in to comment.