Skip to content
Snippets Groups Projects

STYLE: disable noisy std output message

Merged Brad Hards requested to merge bradh/otb:no_hello into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -112,7 +112,7 @@ void VectorImage<TPixel, VImageDimension>::CopyInformation(const itk::DataObject
if (imc != nullptr)
{
const auto & imd = imc->GetImageMetadata();
std::cout << "hello " << this->GetNumberOfComponentsPerPixel() << std::endl;
// std::cout << "hello " << this->GetNumberOfComponentsPerPixel() << std::endl;
if (imd.Bands.size() > 0 && imd.Bands.size() != this->GetNumberOfComponentsPerPixel())
{
SetImageMetadata(ImageMetadata(imd.GeometryKeys, imd.NumericKeys, imd.StringKeys, imd.LUT1DKeys,
Loading