missing semicolon

This commit is contained in:
Matthias Hochsteger 2016-07-08 19:38:50 +02:00
parent adb04577ef
commit ce0cefebe7

View File

@ -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;
}