Skip to content

Commit

Permalink
last fix
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisbonneau committed Jan 14, 2024
1 parent 3f25803 commit 08daad7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ namespace geode
pybind11::class_< ElementsIntersectionsInspectionResult >(
module, "ElementsIntersectionsInspectionResult" )
.def( pybind11::init<>() )
.def_readwrite( "degenerated_edges",
.def_readwrite( "elements_intersections",
&ElementsIntersectionsInspectionResult::elements_intersections )
.def( "string", &ElementsIntersectionsInspectionResult::string );

Expand Down

0 comments on commit 08daad7

Please sign in to comment.