Skip to content
Snippets Groups Projects
Commit ef3e4f36 authored by Aurélien Bricier's avatar Aurélien Bricier
Browse files

STYLE: clean otbVariableLengthVectorConverter

parent 44e106d8
Branches
Tags
No related merge requests found
......@@ -124,7 +124,6 @@ VariableLengthVectorConverter< itk::SmartPointer< itk::Statistics::Histogram<TPi
result[rsltIdx] = static_cast<OutputPrecisionType>(input->GetFrequency(i));
rsltIdx ++;
}
std::cout << "Histogram to VLV" << std::endl;
return result;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment