mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
DLL_HEADER for MeshTopology
This commit is contained in:
parent
8efc3a2fe2
commit
9cf7db65e3
@ -51,8 +51,8 @@ public:
|
||||
|
||||
MeshTopology () = default;
|
||||
MeshTopology (MeshTopology && top) = default;
|
||||
MeshTopology (const Mesh & amesh);
|
||||
~MeshTopology ();
|
||||
DLL_HEADER MeshTopology (const Mesh & amesh);
|
||||
DLL_HEADER ~MeshTopology ();
|
||||
MeshTopology & operator= (MeshTopology && top) = default;
|
||||
|
||||
void SetBuildVertex2Element (bool bv2e) { buildvertex2element = bv2e; }
|
||||
|
Loading…
Reference in New Issue
Block a user