Skip to content

Commit

Permalink
Merge branch 'main' of github.com:libgeos/geos
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Aug 20, 2024
2 parents 792084e + ee1cce9 commit 97a079a
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,10 @@ void object::test<9> ()
{
std::string a = "POLYGON((0 0,140 0,140 140,0 140,0 0))";
std::string b = "POLYGON((140 0,0 0,0 140,140 140,140 0))";
runRelate(a, b, BoundaryNodeRule::getBoundaryMultivalentEndPoint(), "2FFF0FFF2");
runRelate(a, b, BoundaryNodeRule::getBoundaryOGCSFS(), "2FFF1FFF2");
runRelate(a, b, BoundaryNodeRule::getBoundaryEndPoint(), "2FFF1FFF2");
runRelate(a, b, BoundaryNodeRule::getBoundaryMonovalentEndPoint(), "2FFF1FFF2");
runRelate(a, b, BoundaryNodeRule::getBoundaryMultivalentEndPoint(), "2FFF1FFF2");
}


Expand Down

0 comments on commit 97a079a

Please sign in to comment.