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

View File

@ -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)