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

STYLE

parent 11964f9a
No related branches found
No related tags found
No related merge requests found
......@@ -838,7 +838,7 @@ TOutputDisparityImage,TMaskImage,TBlockMatchingFunctor>
// check if the position is a minimum (or maximum if !m_Minimize)
double curMetric = metricIt.Get();
for (unsigned int i=firstNeighbor; i<8 ; i+=stepNeighbor)
for (unsigned int i=firstNeighbor; i<8; i+=stepNeighbor)
{
if (m_Minimize)
{
......
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