Skip to content
Snippets Groups Projects
Commit 905304b2 authored by OTB Bot's avatar OTB Bot
Browse files

STYLE

parent 7b18aced
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,7 @@ public:
// Implement the Lp metric
inline MetricValueType operator()(ConstNeigghborhoodIteratorType & a, ConstNeigghborhoodIteratorType & b) const
{
MetricValueType score(0);
MetricValueType score(0);
// For some reason, iterators do not work on neighborhoods
for(unsigned int i = 0; i<a.Size(); ++i)
......
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