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

STYLE

parent f6c1c5f8
No related branches found
No related tags found
No related merge requests found
...@@ -139,7 +139,7 @@ int otbConfusionMatrixToMassOfBeliefTest(int argc, char* argv[]) ...@@ -139,7 +139,7 @@ int otbConfusionMatrixToMassOfBeliefTest(int argc, char* argv[])
for (itMapMOBBL = mapMOBBLPrecision.begin(), itMapMOB = mapMOB.begin(); for (itMapMOBBL = mapMOBBLPrecision.begin(), itMapMOB = mapMOB.begin();
itMapMOBBL != mapMOBBLPrecision.end(); ++itMapMOBBL, ++itMapMOB) itMapMOBBL != mapMOBBLPrecision.end(); ++itMapMOBBL, ++itMapMOB)
{ {
std::cout << "mapMOBBLPrecision[" << itMapMOBBL->first << "] = " << itMapMOBBL->second << " ; "; std::cout << "mapMOBBLPrecision[" << itMapMOBBL->first << "] = " << itMapMOBBL->second << "; ";
std::cout << "mapMOB[" << itMapMOB->first << "] = " << itMapMOB->second << std::endl; std::cout << "mapMOB[" << itMapMOB->first << "] = " << itMapMOB->second << std::endl;
} }
return EXIT_FAILURE; return EXIT_FAILURE;
...@@ -152,7 +152,7 @@ int otbConfusionMatrixToMassOfBeliefTest(int argc, char* argv[]) ...@@ -152,7 +152,7 @@ int otbConfusionMatrixToMassOfBeliefTest(int argc, char* argv[])
for (itMapMOBBL = mapMOBBLRecall.begin(), itMapMOB = mapMOB.begin(); for (itMapMOBBL = mapMOBBLRecall.begin(), itMapMOB = mapMOB.begin();
itMapMOBBL != mapMOBBLRecall.end(); ++itMapMOBBL, ++itMapMOB) itMapMOBBL != mapMOBBLRecall.end(); ++itMapMOBBL, ++itMapMOB)
{ {
std::cout << "mapMOBBLRecall[" << itMapMOBBL->first << "] = " << itMapMOBBL->second << " ; "; std::cout << "mapMOBBLRecall[" << itMapMOBBL->first << "] = " << itMapMOBBL->second << "; ";
std::cout << "mapMOB[" << itMapMOB->first << "] = " << itMapMOB->second << std::endl; std::cout << "mapMOB[" << itMapMOB->first << "] = " << itMapMOB->second << std::endl;
} }
return EXIT_FAILURE; return EXIT_FAILURE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment