1
0
mirror of https://github.com/NGSolve/netgen.git synced 2025-04-04 19:08:27 +05:00

to make also gcc-6.3 happy

This commit is contained in:
Joachim Schöberl 2017-08-17 20:35:35 +02:00
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)