From 2ccbf18aea13cf110f180eb46e85934f4638e35b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Sch=C3=B6berl?= Date: Wed, 7 Aug 2019 18:38:24 +0200 Subject: [PATCH] initializer --- libsrc/meshing/meshtype.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/meshing/meshtype.hpp b/libsrc/meshing/meshtype.hpp index e4cdda3f..d369fbbc 100644 --- a/libsrc/meshing/meshtype.hpp +++ b/libsrc/meshing/meshtype.hpp @@ -154,7 +154,7 @@ namespace netgen int i; public: class t_invalid { public: constexpr t_invalid() = default; }; - static constexpr t_invalid INVALID; + static constexpr t_invalid INVALID{}; PointIndex () = default; PointIndex (const PointIndex&) = default;