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

In TestMeshComponentMap: correct comment.

parent 3453cacc
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ class AssemblerLibMeshComponentMapTest : public ::testing::Test
mesh = MeshLib::MeshGenerator::generateLineMesh(1.0, mesh_size);
nodesSubset = new MeshLib::MeshSubset(*mesh, mesh->getNodes());
// Add two components, one based on nodes and another based on elements.
// Add two components both based on the same nodesSubset.
components.emplace_back(new MeshLib::MeshSubsets(nodesSubset));
components.emplace_back(new MeshLib::MeshSubsets(nodesSubset));
}
......
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