Skip to content
Snippets Groups Projects
Commit 724a8264 authored by Tom Fischer's avatar Tom Fischer Committed by Dmitri Naumov
Browse files

[MeL] Fix issue in Properties::excludeCopyProperties.

parent f9c11d78
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ Properties Properties::excludeCopyProperties(
exclude_mesh_item_types.end())
continue;
std::vector<std::size_t> const exclude_positions;
std::vector<std::size_t> const exclude_positions{};
new_properties._properties.insert(
std::make_pair(property_vector.first,
property_vector.second->clone(exclude_positions))
......
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