fix warning

This commit is contained in:
Joachim Schoeberl 2021-10-11 14:56:53 +02:00
parent 5260e3500c
commit 6aa2d07f9e

View File

@ -348,7 +348,7 @@ namespace netgen
} }
MeshPoint (const Point<3> & ap, int alayer = 1, POINTTYPE apt = INNERPOINT) MeshPoint (const Point<3> & ap, int alayer = 1, POINTTYPE apt = INNERPOINT)
: Point<3> (ap), layer(alayer), singular(0.),type(apt) : Point<3> (ap), singular(0.), layer(alayer), type(apt)
{ {
; ;
} }