Skip to content
Snippets Groups Projects
Commit 14eb8016 authored by Jonathan Guinet's avatar Jonathan Guinet
Browse files

STYLE: cout have been transformed in Log info.

parent 3707dd55
No related branches found
No related tags found
No related merge requests found
...@@ -201,8 +201,7 @@ private: ...@@ -201,8 +201,7 @@ private:
// Set the lut // Set the lut
std::string lut = GetParameterString("method.continuous.lut"); std::string lut = GetParameterString("method.continuous.lut");
std::cout<<"LUT: "<<lut<<std::endl; otbAppLogINFO("LUT: "<<lut<<std::endl);
if(lut == "Relief") if(lut == "Relief")
{ {
ReliefColorMapFunctorType::Pointer reliefFunctor = ReliefColorMapFunctorType::New(); ReliefColorMapFunctorType::Pointer reliefFunctor = ReliefColorMapFunctorType::New();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment