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

[ML] MeshQuality/RadiusEdgeRatioMetric: Remove unused variable.

parent 161a112e
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,6 @@ void RadiusEdgeRatioMetric::calculateQuality ()
{
Element const& elem (*elements[k]);
std::size_t const n_nodes (elem.getNNodes());
MeshLib::Node* const*const nodes = elem.getNodes();
std::vector<GeoLib::Point*> pnts(n_nodes);
std::copy_n(elem.getNodes(), n_nodes, pnts.begin());
GeoLib::MinimalBoundingSphere const s(pnts);
......
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