Skip to content
Snippets Groups Projects
Commit 94a6cd4c authored by Cédric Traizet's avatar Cédric Traizet
Browse files

BUG: increment the count variable at the end of the range based for loop

parent ac700e25
No related branches found
No related tags found
No related merge requests found
......@@ -280,6 +280,7 @@ void VectorPrediction<RegressionMode>::DoExecute()
{
outLayer.CreateFeature(dstFeature);
}
count++;
}
if (outLayer.ogr().TestCapability("Transactions"))
......
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