Skip to content
Snippets Groups Projects
Commit ea571ca3 authored by Guillaume Borrut's avatar Guillaume Borrut
Browse files

STYLE: suppressing std::cout

parent f9360b46
Branches develop
Tags 2.0.1
No related merge requests found
......@@ -78,7 +78,6 @@ protected:
virtual void BeforeThreadedGenerateData()
{
std::cout<<" MultichanR&G&NIR beforeThreaded" << m_RedIndex << std::endl;
unsigned int lNbChan = this->GetInput()->GetNumberOfComponentsPerPixel();
if(m_RedIndex < 1 || m_GreenIndex < 1 || m_NIRIndex < 1 ||
m_RedIndex > lNbChan || m_GreenIndex > lNbChan || m_NIRIndex > lNbChan)
......
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