Skip to content
Snippets Groups Projects
Commit 4dbd1f36 authored by Victor Poughon's avatar Victor Poughon
Browse files

Fix coverity #1266813

parent e4c3003c
No related branches found
No related tags found
No related merge requests found
...@@ -94,7 +94,7 @@ int otbImageToImageRCC8Calculator(int itkNotUsed(argc), char* argv[]) ...@@ -94,7 +94,7 @@ int otbImageToImageRCC8Calculator(int itkNotUsed(argc), char* argv[])
{ {
std::cout << "Test failed: Result with level3AprioriKnowledge "; std::cout << "Test failed: Result with level3AprioriKnowledge ";
std::cout << "different from result without a priori knowledge" << std::endl; std::cout << "different from result without a priori knowledge" << std::endl;
std::cout << calc->GetValue() << "!=" << calc1->GetValue() << std::endl; std::cout << calc->GetValue() << "!=" << calc2->GetValue() << std::endl;
return EXIT_FAILURE; return EXIT_FAILURE;
} }
} }
......
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