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
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ namespace otb ...@@ -66,7 +66,7 @@ namespace otb
ChannelSelectorFunctor() : ChannelSelectorFunctor() :
usingDefaultParameters(true) usingDefaultParameters(true)
{ {
PixelType pix; PixelType pix=itk::NumericTraits<PixelType>::Zero;
ChannelListInitialization(pix); ChannelListInitialization(pix);
} }
......
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