Skip to content

Commit 425de74

Browse files
-fix mistake in pybind for generateInteriorPoints
1 parent deeaa03 commit 425de74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xmsmesher/python/meshing/MeMultiPolyMesherIo_py.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ void initMePolyInput(py::module &m) {
165165
self.m_polyCorners = *xms::VecIntFromPyIter(patch_polygon_corners);
166166
});
167167
// -------------------------------------------------------------------------
168-
// function: generateInternalPoints
168+
// function: generateInteriorPoints
169169
// -------------------------------------------------------------------------
170-
polyInput.def_readwrite("generateInternalPoints",
170+
polyInput.def_readwrite("generateInteriorPoints",
171171
&xms::MePolyInput::m_generateInteriorPoints);
172172
// -------------------------------------------------------------------------
173173
// function: boundPtsToRemove

0 commit comments

Comments
 (0)