mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-12 00:59:16 +05:00
remove meshtopology default copy ctor (is deleted anyway)
This commit is contained in:
parent
dc4b1c05b9
commit
0c6b36dca6
@ -66,11 +66,9 @@ public:
|
|||||||
int GetNSurfedges() const {return surfedges.Size();}
|
int GetNSurfedges() const {return surfedges.Size();}
|
||||||
|
|
||||||
MeshTopology () = default;
|
MeshTopology () = default;
|
||||||
MeshTopology (const MeshTopology & top) = default;
|
|
||||||
MeshTopology (MeshTopology && top) = default;
|
MeshTopology (MeshTopology && top) = default;
|
||||||
MeshTopology (const Mesh & amesh);
|
MeshTopology (const Mesh & amesh);
|
||||||
~MeshTopology ();
|
~MeshTopology ();
|
||||||
MeshTopology & operator= (const MeshTopology & top) = default;
|
|
||||||
MeshTopology & operator= (MeshTopology && top) = default;
|
MeshTopology & operator= (MeshTopology && top) = default;
|
||||||
|
|
||||||
void SetBuildEdges (bool be)
|
void SetBuildEdges (bool be)
|
||||||
|
Loading…
Reference in New Issue
Block a user