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

STYLE

parent e4c2dd1a
No related branches found
No related tags found
No related merge requests found
......@@ -318,7 +318,7 @@ int otbConfusionMatrixCalculatorUpdateWithBaseline(int argc, char* argv[])
for (itRefLabels = refLabels->Begin(), itProdLabels = prodLabels->Begin();
itRefLabels != refLabels->End(); ++itRefLabels, ++itProdLabels)
{
std::cout << "refLabels[" << k << "] = " << itRefLabels.GetMeasurementVector()[0] << " ; prodLabels[" << k
std::cout << "refLabels[" << k << "] = " << itRefLabels.GetMeasurementVector()[0] << "; prodLabels[" << k
<< "] = " << itProdLabels.GetMeasurementVector()[0] << std::endl;
++k;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment