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

[NL/DOF] Remove unused cell_index variable.

parent 60454f65
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,6 @@ MeshComponentMap::MeshComponentMap( ...@@ -42,7 +42,6 @@ MeshComponentMap::MeshComponentMap(
} }
// construct dict (and here we number global_index by component type) // construct dict (and here we number global_index by component type)
std::size_t cell_index = 0;
int comp_id = 0; int comp_id = 0;
_num_global_dof = 0; _num_global_dof = 0;
_num_local_dof = 0; _num_local_dof = 0;
......
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