Commit 195d501b authored by Siegfried Hochdorfer's avatar Siegfried Hochdorfer

fixed broken indentation

parent 82a9f9a5
...@@ -246,7 +246,7 @@ public: ...@@ -246,7 +246,7 @@ public:
meanshiftV.resize(positionsCount); meanshiftV.resize(positionsCount);
distanceV.resize(positionsCount); distanceV.resize(positionsCount);
iterMax = maxIter; iterMax = maxIter;
modeEps = eps; modeEps = eps;
for (unsigned i = 0; i<positionsV.size(); i++) for (unsigned i = 0; i<positionsV.size(); i++)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment