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

[T/NL] Remove unused pnts.

parent 5d3ee954
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,6 @@ void fillVectorRandomly(Vector& x) ...@@ -52,7 +52,6 @@ void fillVectorRandomly(Vector& x)
std::random_device rd; std::random_device rd;
std::mt19937 random_number_generator(rd()); std::mt19937 random_number_generator(rd());
std::uniform_real_distribution<double> rnd; std::uniform_real_distribution<double> rnd;
std::vector<GeoLib::Point> pnts;
using Index = typename MathLib::MatrixVectorTraits<Vector>::Index; using Index = typename MathLib::MatrixVectorTraits<Vector>::Index;
Index const size = x.size(); Index const size = x.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