Skip to content
Snippets Groups Projects
Commit 1a6fa4e6 authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

WRG: Set initialisation of pixel var

parent 0bc46a82
Branches
Tags
No related merge requests found
......@@ -66,7 +66,7 @@ namespace otb
ChannelSelectorFunctor() :
usingDefaultParameters(true)
{
PixelType pix;
PixelType pix=itk::NumericTraits<PixelType>::Zero;
ChannelListInitialization(pix);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment