Skip to content
Snippets Groups Projects
Commit a23a9bfd authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

ENH: replace std::cout by application logger in Superimpose

parent 17e1819a
No related branches found
No related tags found
No related merge requests found
......@@ -178,7 +178,7 @@ private:
if(IsParameterEnabled("lms"))
{
float defScalarSpacing = vcl_abs(GetParameterFloat("lms"));
std::cout<<"Generating coarse deformation field (spacing="<<defScalarSpacing<<")"<<std::endl;
otbAppLogDEBUG("Generating coarse deformation field (spacing="<<defScalarSpacing<<")");
FloatVectorImageType::SpacingType defSpacing;
defSpacing[0] = defScalarSpacing;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment