Skip to content
Snippets Groups Projects
Commit 3d4ba28b authored by Tom Fischer's avatar Tom Fischer
Browse files

[NL/DOF] Test access to bulk_node_ids in MeshComponentMap.

parent 1e580b97
No related branches found
No related tags found
No related merge requests found
......@@ -148,7 +148,7 @@ MeshComponentMap MeshComponentMap::getSubset(
}
auto const& bulk_node_ids_map =
*new_mesh_properties.template getPropertyVector<std::size_t>(
"bulk_node_ids");
"bulk_node_ids", MeshLib::MeshItemType::Node, 1);
// New dictionary for the subset.
ComponentGlobalIndexDict subset_dict;
......
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