Skip to content

Commit

Permalink
-fix mistake in pybind for generateInteriorPoints
Browse files Browse the repository at this point in the history
  • Loading branch information
alemon-aquaveo committed Aug 15, 2024
1 parent deeaa03 commit 425de74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xmsmesher/python/meshing/MeMultiPolyMesherIo_py.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ void initMePolyInput(py::module &m) {
self.m_polyCorners = *xms::VecIntFromPyIter(patch_polygon_corners);
});
// -------------------------------------------------------------------------
// function: generateInternalPoints
// function: generateInteriorPoints
// -------------------------------------------------------------------------
polyInput.def_readwrite("generateInternalPoints",
polyInput.def_readwrite("generateInteriorPoints",
&xms::MePolyInput::m_generateInteriorPoints);
// -------------------------------------------------------------------------
// function: boundPtsToRemove
Expand Down

0 comments on commit 425de74

Please sign in to comment.