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

[AsmL] Comment MeshComponentMap::size() function.

parent b5771aba
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ public:
MeshComponentMap getSubset(std::size_t const component_id,
MeshLib::MeshSubsets const& components) const;
/// The number of components in the map.
/// The number of dofs including the those located in the ghost nodes.
std::size_t size() const
{
return _dict.size();
......
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