mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
export right array
This commit is contained in:
parent
7f6f846eb1
commit
8973624dfe
@ -506,7 +506,7 @@ DLL_HEADER void ExportNetgenMeshing(py::module &m)
|
||||
|
||||
|
||||
ExportArray<Element,size_t>(m);
|
||||
ExportArray<Element2d,size_t>(m);
|
||||
ExportArray<Element2d,SurfaceElementIndex>(m);
|
||||
ExportArray<Segment,size_t>(m);
|
||||
ExportArray<Element0d>(m);
|
||||
ExportArray<MeshPoint,PointIndex>(m);
|
||||
|
Loading…
Reference in New Issue
Block a user