mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 13:50:33 +05:00
to make also gcc-6.3 happy
This commit is contained in:
parent
3955916ac5
commit
b20f428eae
@ -226,7 +226,7 @@ namespace netgen
|
|||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
public:
|
public:
|
||||||
SurfaceElementIndex () { ; }
|
SurfaceElementIndex () = default;
|
||||||
SurfaceElementIndex (int ai) : i(ai) { ; }
|
SurfaceElementIndex (int ai) : i(ai) { ; }
|
||||||
/*
|
/*
|
||||||
SurfaceElementIndex & operator= (const SurfaceElementIndex & ai)
|
SurfaceElementIndex & operator= (const SurfaceElementIndex & ai)
|
||||||
|
Loading…
Reference in New Issue
Block a user