Skip to content
Snippets Groups Projects
Commit ac177b33 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

COMP: moving )

parent 12c3d56d
No related branches found
No related tags found
No related merge requests found
......@@ -415,7 +415,7 @@ ImageWidgetBase<TPixel>
}
case COMPLEX_PHASE:
{
unsigned char phase = Normalize(static_cast<PixelType>(vcl_atan2(static_cast<double>(it.Get()[m_GreenChannelIndex])),static_cast<double>(it.Get()[m_RedChannelIndex])),0);
unsigned char phase = Normalize(static_cast<PixelType>(vcl_atan2(static_cast<double>(it.Get()[m_GreenChannelIndex]),static_cast<double>(it.Get()[m_RedChannelIndex]))),0);
m_OpenGlBuffer[index] = phase;
m_OpenGlBuffer[index+1] = phase;
m_OpenGlBuffer[index+2] = phase;
......
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