mirror of
https://github.com/NGSolve/netgen.git
synced 2025-04-25 10:02:04 +05:00
0 dim elements are not curved
This commit is contained in:
parent
60c1151205
commit
42294117bd
@ -79,6 +79,7 @@ NGX_INLINE DLL_HEADER Ng_Element Ngx_Mesh :: GetElement<0> (size_t nr) const
|
||||
else
|
||||
ret.mat = *(mesh->GetCD3NamePtr(el.index-1));
|
||||
|
||||
ret.is_curved = false;
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user