mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
change to SurfaceElementIndex
This commit is contained in:
parent
d3e1f0e8fd
commit
9790774b49
@ -447,7 +447,8 @@ DLL_HEADER void ExportNetgenMeshing(py::module &m)
|
||||
return self.AddFaceDescriptor (fd);
|
||||
}))
|
||||
|
||||
.def ("DeleteSurfaceElement", FunctionPointer ([](Mesh & self, int i)
|
||||
.def ("DeleteSurfaceElement",
|
||||
FunctionPointer ([](Mesh & self, SurfaceElementIndex i)
|
||||
{
|
||||
return self.DeleteSurfaceElement (i);
|
||||
}))
|
||||
|
Loading…
Reference in New Issue
Block a user