From ce0cefebe74aad4b41364e6f11a3cc4045dd20c1 Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Fri, 8 Jul 2016 19:38:50 +0200 Subject: [PATCH] missing semicolon --- 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 37b08460..c49b6a12 100644 --- a/libsrc/meshing/meshtype.hpp +++ b/libsrc/meshing/meshtype.hpp @@ -618,7 +618,7 @@ namespace netgen return 8; default: // not a 3D element #ifdef DEBUG - PrintSysError ("Element3d::GetNV not implemented for typ ", typ) + PrintSysError ("Element3d::GetNV not implemented for typ ", typ); #endif return -1; }