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

[MeL/MeshSearch] MeshElementGrid: Rm unused var.

parent 966adcc0
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,6 @@ bool MeshElementGrid::sortElementInGridCells(MeshLib::Element const& element)
return false;
}
std::vector<std::array<std::size_t,3>> coord_vecs(element.getNumberOfNodes());
for (std::size_t k(1); k<element.getNumberOfNodes(); ++k) {
// compute coordinates of the grid for each node of the element
c = getGridCellCoordinates(*(static_cast<MathLib::Point3d const*>(element.getNode(k))));
......
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