mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 22:00: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;
|
||||
public:
|
||||
SurfaceElementIndex () { ; }
|
||||
SurfaceElementIndex () = default;
|
||||
SurfaceElementIndex (int ai) : i(ai) { ; }
|
||||
/*
|
||||
SurfaceElementIndex & operator= (const SurfaceElementIndex & ai)
|
||||
|
Loading…
Reference in New Issue
Block a user