Skip to content
Snippets Groups Projects
Commit 6f3867df authored by Julien Michel's avatar Julien Michel
Browse files

correction erreur visual

parent 5b006dfd
No related branches found
No related tags found
No related merge requests found
......@@ -100,9 +100,7 @@ int otbMultiChannelsPolarimetricSynthesisFilter( int argc, char * argv[] )
outputPtr->Allocate();
InputVectorImageType::PixelType pix0;
pix0.SetSize(4);
InputPixelType complexpix;
complexpix.imag()=0;
complexpix.real()=0;
InputPixelType complexpix(0,0);
pix0.Fill(complexpix);
outputPtr->FillBuffer(pix0);
......
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