Skip to content
Snippets Groups Projects
Commit 0d9019d4 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[MeL] Use array of nodes instead of heap alloc arr

The problem with the heap allocated array is that the ownership
is not clear. In the MeshEditing.Prism2Quad unit-test the
array of nodes was used after it has been already deleted
after element construction. Using array is safer and avoids
unnecessary heap alloctions.
parent 01191836
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment