Skip to content

Commit

Permalink
Restored a method which was renamed by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koefferlein committed Sep 2, 2023
1 parent 470c2ac commit 862f8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/db/db/gsiDeclDbEdge.cc
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ struct edge_defs
"\n"
"@return True if the edges are coincident.\n"
) +
method ("intersects?|#intersects?", &C::intersect, gsi::arg ("e"),
method ("intersects?|#intersect?", &C::intersect, gsi::arg ("e"),
"@brief Intersection test. \n"
"\n"
"Returns true if the edges intersect. Two edges intersect if they share at least one point. \n"
Expand Down

0 comments on commit 862f8a5

Please sign in to comment.