diff --git a/libsrc/meshing/meshtype.hpp b/libsrc/meshing/meshtype.hpp index fb6e66f0..d5fce34d 100644 --- a/libsrc/meshing/meshtype.hpp +++ b/libsrc/meshing/meshtype.hpp @@ -344,6 +344,7 @@ namespace netgen default: PrintSysError ("Element2d::SetType, illegal type ", int(typ)); } + is_curved = (np >= 4); } /// int GetNP() const { return np; }