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

STYLE: std cout have been changed to logINFO in BundleToPerfectSensor Application.

parent 0ffec87b
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,7 @@ private:
if(IsParameterEnabled("lms") && HasValue("lms"))
{
double defScalarSpacing = GetParameterFloat("lms");
std::cout << "Generating coarse deformation field (spacing="<<defScalarSpacing<<")" << std::endl;
otbAppLogINFO(<< "Generating coarse deformation field (spacing="<<defScalarSpacing<<")" << std::endl);
FloatVectorImageType::SpacingType defSpacing;
defSpacing[0] = defScalarSpacing;
......
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